Fire Brick
#A40E0E
RedColor Codes
All color formats for development
HEX
#A40E0ERGB
rgb(164, 14, 14)HSL
hsl(0, 84%, 35%)OKLCH
oklch(0.457 0.18 28.3)CMYK
cmyk(0%, 91%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#940D0D
2#830B0B
3#730A0A
4#630909
5#520707
6#420606
7#310404
8#210303
9#100101
Tints
Lighter variations
1#C31111
2#E11414
3#EC2A2A
4#EF4848
5#F26767
6#F48585
7#F7A4A4
8#FAC2C2
9#FCE1E1
Tones
Muted variations
1#9D1616
2#951D1D
3#8E2525
4#862C2C
5#7F3434
6#773B3B
7#704343
8#684A4A
9#615252
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F69393 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B5B | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F1;
--fire-brick-100: #FCDEDE;
--fire-brick-200: #FAC2C2;
--fire-brick-300: #F69393;
--fire-brick-400: #F15B5B;
--fire-brick-500: #ED2C2C;
--fire-brick-600: #CE1212;
--fire-brick-700: #A40E0E;
--fire-brick-800: #750A0A;
--fire-brick-900: #4B0707;
--fire-brick-950: #2F0404;
}