Fire Brick
#D71709
RedColor Codes
All color formats for development
HEX
#D71709RGB
rgb(215, 23, 9)HSL
hsl(4, 92%, 44%)OKLCH
oklch(0.559 0.22 29.8)CMYK
cmyk(0%, 89%, 96%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C21408
2#AC1207
3#971006
4#810E05
5#6C0B04
6#560904
7#410703
8#2B0502
9#160201
Tints
Lighter variations
1#F31A0A
2#F63224
3#F74B3F
4#F8655A
5#F97F76
6#FA9891
7#FCB2AD
8#FDCCC8
9#FEE5E4
Tones
Muted variations
1#CD2013
2#C3291E
3#B83228
4#AE3B32
5#A4433D
6#994C47
7#8F5551
8#855E5C
9#7B6766
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 | FCC3 #FCC3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA96 #FA968E | BordersInactive statesPlaceholder text |
| 400 | F85F #F85F54 | Disabled statesSecondary iconsMuted text |
| 500 | F631 #F63123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D717 #D71709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB12 #AB1207 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0D #7A0D05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E08 #4E0803 | Primary textHigh emphasis contentDark headings |
| 950 | 3105 #310502 | 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: #FCC3BF;
--fire-brick-300: #FA968E;
--fire-brick-400: #F85F54;
--fire-brick-500: #F63123;
--fire-brick-600: #D71709;
--fire-brick-700: #AB1207;
--fire-brick-800: #7A0D05;
--fire-brick-900: #4E0803;
--fire-brick-950: #310502;
}