Fire Brick
#D71A09
RedColor Codes
All color formats for development
HEX
#D71A09RGB
rgb(215, 26, 9)HSL
hsl(5, 92%, 44%)OKLCH
oklch(0.56 0.219 30)CMYK
cmyk(0%, 88%, 96%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C21808
2#AC1507
3#971206
4#811005
5#6C0D04
6#560A04
7#410803
8#2B0502
9#160301
Tints
Lighter variations
1#F31E0A
2#F63524
3#F74E3F
4#F8685A
5#F98176
6#FA9A91
7#FCB3AD
8#FDCDC8
9#FEE6E4
Tones
Muted variations
1#CD2313
2#C32B1E
3#B83428
4#AE3D32
5#A4453D
6#994E47
7#8F5651
8#855F5C
9#7B6866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC4 #FCC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA97 #FA978E | BordersInactive statesPlaceholder text |
| 400 | F861 #F86154 | Disabled statesSecondary iconsMuted text |
| 500 | F634 #F63423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D71A #D71A09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB15 #AB1507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0F #7A0F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F0;
--fire-brick-100: #FEDFDD;
--fire-brick-200: #FCC4BF;
--fire-brick-300: #FA978E;
--fire-brick-400: #F86154;
--fire-brick-500: #F63423;
--fire-brick-600: #D71A09;
--fire-brick-700: #AB1507;
--fire-brick-800: #7A0F05;
--fire-brick-900: #4E0A03;
--fire-brick-950: #310602;
}