Fire Brick
#D01A11
RedColor Codes
All color formats for development
HEX
#D01A11RGB
rgb(208, 26, 17)HSL
hsl(3, 85%, 44%)OKLCH
oklch(0.547 0.213 29.3)CMYK
cmyk(0%, 88%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB180F
2#A6150D
3#91120C
4#7D100A
5#680D08
6#530B07
7#3E0805
8#2A0503
9#150302
Tints
Lighter variations
1#EA1E13
2#EE352C
3#F04F46
4#F26860
5#F4817B
6#F69A95
7#F9B3B0
8#FBCDCA
9#FDE6E5
Tones
Muted variations
1#C6231A
2#BC2C24
3#B3342D
4#A93D37
5#A04541
6#964E4A
7#8D5654
8#835F5D
9#7A6867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC4 #FAC4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F697 #F69792 | BordersInactive statesPlaceholder text |
| 400 | F261 #F2615A | Disabled statesSecondary iconsMuted text |
| 500 | EE34 #EE342B | Primary brand colorCTAsActive elementsLinks |
| 600 | D01A #D01A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A515 #A5150D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760F #760F0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F1;
--fire-brick-100: #FCDFDE;
--fire-brick-200: #FAC4C2;
--fire-brick-300: #F69792;
--fire-brick-400: #F2615A;
--fire-brick-500: #EE342B;
--fire-brick-600: #D01A11;
--fire-brick-700: #A5150D;
--fire-brick-800: #760F0A;
--fire-brick-900: #4B0A06;
--fire-brick-950: #2F0604;
}