Fire Brick
#B10210
RedColor Codes
All color formats for development
HEX
#B10210RGB
rgb(177, 2, 16)HSL
hsl(355, 98%, 35%)OKLCH
oklch(0.479 0.194 27.3)CMYK
cmyk(0%, 99%, 91%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F020F
2#8D010D
3#7C010B
4#6A010A
5#580108
6#470107
7#350105
8#230003
9#120002
Tints
Lighter variations
1#D20213
2#F20216
3#FD192C
4#FD3A4A
5#FD5B68
6#FE7C87
7#FE9DA5
8#FEBDC3
9#FFDEE1
Tones
Muted variations
1#A80B18
2#9F131F
3#961C26
4#8E252E
5#852E35
6#7C363C
7#733F43
8#6B484B
9#625152
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8B94 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E5D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10210 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E010C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510107 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F1;
--fire-brick-100: #FFDCDF;
--fire-brick-200: #FEBDC3;
--fire-brick-300: #FE8B94;
--fire-brick-400: #FD4E5D;
--fire-brick-500: #FD1C2F;
--fire-brick-600: #DE0215;
--fire-brick-700: #B10210;
--fire-brick-800: #7E010C;
--fire-brick-900: #510107;
--fire-brick-950: #320105;
}