Fire Brick
#D01E11
RedColor Codes
All color formats for development
HEX
#D01E11RGB
rgb(208, 30, 17)HSL
hsl(4, 85%, 44%)OKLCH
oklch(0.549 0.211 29.7)CMYK
cmyk(0%, 86%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB1B0F
2#A6180D
3#91150C
4#7D120A
5#680F08
6#530C07
7#3E0905
8#2A0603
9#150302
Tints
Lighter variations
1#EA2113
2#EE392C
3#F05146
4#F26A60
5#F4837B
6#F69C95
7#F9B5B0
8#FBCDCA
9#FDE6E5
Tones
Muted variations
1#C6261A
2#BC2E24
3#B3362D
4#A93F37
5#A04741
6#964F4A
7#8D5754
8#83605D
9#7A6867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC5 #FAC5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F699 #F69992 | BordersInactive statesPlaceholder text |
| 400 | F264 #F2645A | Disabled statesSecondary iconsMuted text |
| 500 | EE38 #EE382B | Primary brand colorCTAsActive elementsLinks |
| 600 | D01E #D01E11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A518 #A5180D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7611 #76110A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0B #4B0B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F07 #2F0704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FCE0DE;
--fire-brick-200: #FAC5C2;
--fire-brick-300: #F69992;
--fire-brick-400: #F2645A;
--fire-brick-500: #EE382B;
--fire-brick-600: #D01E11;
--fire-brick-700: #A5180D;
--fire-brick-800: #76110A;
--fire-brick-900: #4B0B06;
--fire-brick-950: #2F0704;
}