Fire Brick
#D02D11
RedColor Codes
All color formats for development
HEX
#D02D11RGB
rgb(208, 45, 17)HSL
hsl(9, 85%, 44%)OKLCH
oklch(0.559 0.202 31.9)CMYK
cmyk(0%, 78%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB290F
2#A6240D
3#91200C
4#7D1B0A
5#681708
6#531207
7#3E0E05
8#2A0903
9#150502
Tints
Lighter variations
1#EA3313
2#EE492C
3#F06046
4#F27660
5#F48D7B
6#F6A495
7#F9BBB0
8#FBD1CA
9#FDE8E5
Tones
Muted variations
1#C6341A
2#BC3B24
3#B3412D
4#A94837
5#A04F41
6#96554A
7#8D5C54
8#83635D
9#7A6A67
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE3 #FCE3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FACA #FACAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A1 #F6A192 | BordersInactive statesPlaceholder text |
| 400 | F271 #F2715A | Disabled statesSecondary iconsMuted text |
| 500 | EE48 #EE482B | Primary brand colorCTAsActive elementsLinks |
| 600 | D02D #D02D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A524 #A5240D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 761A #761A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B11 #4B1106 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FCE3DE;
--fire-brick-200: #FACAC2;
--fire-brick-300: #F6A192;
--fire-brick-400: #F2715A;
--fire-brick-500: #EE482B;
--fire-brick-600: #D02D11;
--fire-brick-700: #A5240D;
--fire-brick-800: #761A0A;
--fire-brick-900: #4B1106;
--fire-brick-950: #2F0A04;
}