Fire Brick
#A40E1B
RedColor Codes
All color formats for development
HEX
#A40E1BRGB
rgb(164, 14, 27)HSL
hsl(355, 84%, 35%)OKLCH
oklch(0.458 0.179 25.4)CMYK
cmyk(0%, 91%, 84%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#940D18
2#830B15
3#730A13
4#630910
5#52070D
6#42060B
7#310408
8#210305
9#100103
Tints
Lighter variations
1#C31120
2#E11425
3#EC2A3A
4#EF4856
5#F26772
6#F4858E
7#F7A4AA
8#FAC2C7
9#FCE1E3
Tones
Muted variations
1#9D1621
2#951D27
3#8E252E
4#862C34
5#7F343A
6#773B40
7#704347
8#684A4D
9#615253
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F6939B | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B67 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C3C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1222 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E1B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A13 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B070C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0408 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F2;
--fire-brick-100: #FCDEE1;
--fire-brick-200: #FAC2C7;
--fire-brick-300: #F6939B;
--fire-brick-400: #F15B67;
--fire-brick-500: #ED2C3C;
--fire-brick-600: #CE1222;
--fire-brick-700: #A40E1B;
--fire-brick-800: #750A13;
--fire-brick-900: #4B070C;
--fire-brick-950: #2F0408;
}