Fire Brick
#D91D08
RedColor Codes
All color formats for development
HEX
#D91D08RGB
rgb(217, 29, 8)HSL
hsl(6, 93%, 44%)OKLCH
oklch(0.565 0.219 30.4)CMYK
cmyk(0%, 87%, 96%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C31A07
2#AD1706
3#981405
4#821105
5#6C0E04
6#570B03
7#410902
8#2B0602
9#160301
Tints
Lighter variations
1#F42009
2#F73823
3#F8513E
4#F96A5A
5#FA8275
6#FB9B91
7#FCB4AC
8#FDCDC8
9#FEE6E3
Tones
Muted variations
1#CE2512
2#C42D1D
3#B93627
4#AF3E32
5#A4463C
6#9A4F46
7#905751
8#85605B
9#7B6866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE0 #FEE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC5 #FDC5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB99 #FB998E | BordersInactive statesPlaceholder text |
| 400 | F963 #F96353 | Disabled statesSecondary iconsMuted text |
| 500 | F737 #F73722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D91D #D91D08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC17 #AC1706 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B10 #7B1004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F0A #4F0A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F0;
--fire-brick-100: #FEE0DD;
--fire-brick-200: #FDC5BF;
--fire-brick-300: #FB998E;
--fire-brick-400: #F96353;
--fire-brick-500: #F73722;
--fire-brick-600: #D91D08;
--fire-brick-700: #AC1706;
--fire-brick-800: #7B1004;
--fire-brick-900: #4F0A03;
--fire-brick-950: #310702;
}