Fire Brick
#AF2604
RedColor Codes
All color formats for development
HEX
#AF2604RGB
rgb(175, 38, 4)HSL
hsl(12, 96%, 35%)OKLCH
oklch(0.492 0.177 33.4)CMYK
cmyk(0%, 78%, 98%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D2203
2#8C1E03
3#7A1A02
4#691702
5#571302
6#460F01
7#340B01
8#230801
9#110400
Tints
Lighter variations
1#CF2D04
2#F03405
3#FA481C
4#FB623C
5#FC7C5D
6#FC977D
7#FDB19E
8#FECBBE
9#FEE5DF
Tones
Muted variations
1#A62B0C
2#9E3015
3#95351D
4#8D3A26
5#84402E
6#7C4537
7#734A40
8#6A4F48
9#625451
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE3 #FEE3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECB #FECBBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDA3 #FDA38C | BordersInactive statesPlaceholder text |
| 400 | FB72 #FB7250 | Disabled statesSecondary iconsMuted text |
| 500 | FA4A #FA4A1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC30 #DC3004 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF26 #AF2604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D1B #7D1B03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5011 #501102 | Primary textHigh emphasis contentDark headings |
| 950 | 320B #320B01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF3F0;
--fire-brick-100: #FEE3DC;
--fire-brick-200: #FECBBE;
--fire-brick-300: #FDA38C;
--fire-brick-400: #FB7250;
--fire-brick-500: #FA4A1E;
--fire-brick-600: #DC3004;
--fire-brick-700: #AF2604;
--fire-brick-800: #7D1B03;
--fire-brick-900: #501102;
--fire-brick-950: #320B01;
}