Fire Brick
#B1020D
RedColor Codes
All color formats for development
HEX
#B1020DRGB
rgb(177, 2, 13)HSL
hsl(356, 98%, 35%)OKLCH
oklch(0.479 0.195 27.7)CMYK
cmyk(0%, 99%, 93%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F020C
2#8D010B
3#7C0109
4#6A0108
5#580107
6#470105
7#350104
8#230003
9#120001
Tints
Lighter variations
1#D20210
2#F20212
3#FD1928
4#FD3A47
5#FD5B66
6#FE7C84
7#FE9DA3
8#FEBDC2
9#FFDEE0
Tones
Muted variations
1#A80B15
2#9F131D
3#961C24
4#8E252C
5#852E33
6#7C363B
7#733F43
8#6B484A
9#625152
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B93 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5A | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0211 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1020D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510106 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F1;
--fire-brick-100: #FFDCDE;
--fire-brick-200: #FEBDC2;
--fire-brick-300: #FE8B93;
--fire-brick-400: #FD4E5A;
--fire-brick-500: #FD1C2B;
--fire-brick-600: #DE0211;
--fire-brick-700: #B1020D;
--fire-brick-800: #7E010A;
--fire-brick-900: #510106;
--fire-brick-950: #320104;
}