Fire Brick
#B12802
RedColor Codes
All color formats for development
HEX
#B12802RGB
rgb(177, 40, 2)HSL
hsl(13, 98%, 35%)OKLCH
oklch(0.498 0.178 34)CMYK
cmyk(0%, 77%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F2402
2#8D2001
3#7C1C01
4#6A1801
5#581401
6#471001
7#350C01
8#230800
9#120400
Tints
Lighter variations
1#D22F02
2#F23602
3#FD4B19
4#FD643A
5#FD7E5B
6#FE987C
7#FEB29D
8#FECBBD
9#FFE5DE
Tones
Muted variations
1#A82D0B
2#9F3213
3#96371C
4#8E3C25
5#85402E
6#7C4536
7#734A3F
8#6B4F48
9#625451
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE3 #FFE3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECB #FECBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEA4 #FEA48B | BordersInactive statesPlaceholder text |
| 400 | FD74 #FD744E | Disabled statesSecondary iconsMuted text |
| 500 | FD4D #FD4D1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE32 #DE3202 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B128 #B12802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E1C #7E1C01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5112 #511201 | 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: #FFE3DC;
--fire-brick-200: #FECBBD;
--fire-brick-300: #FEA48B;
--fire-brick-400: #FD744E;
--fire-brick-500: #FD4D1C;
--fire-brick-600: #DE3202;
--fire-brick-700: #B12802;
--fire-brick-800: #7E1C01;
--fire-brick-900: #511201;
--fire-brick-950: #320B01;
}