Fire Brick
#B10228
RedColor Codes
All color formats for development
HEX
#B10228RGB
rgb(177, 2, 40)HSL
hsl(347, 98%, 35%)OKLCH
oklch(0.481 0.193 21.4)CMYK
cmyk(0%, 99%, 77%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F0224
2#8D0120
3#7C011C
4#6A0118
5#580114
6#470110
7#35010C
8#230008
9#120004
Tints
Lighter variations
1#D2022F
2#F20236
3#FD194B
4#FD3A64
5#FD5B7E
6#FE7C98
7#FE9DB2
8#FEBDCB
9#FFDEE5
Tones
Muted variations
1#A80B2D
2#9F1332
3#961C37
4#8E253C
5#852E40
6#7C3645
7#733F4A
8#6B484F
9#625154
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDCB | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BA4 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E74 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C4D | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0232 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10228 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E011C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510112 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F3;
--fire-brick-100: #FFDCE3;
--fire-brick-200: #FEBDCB;
--fire-brick-300: #FE8BA4;
--fire-brick-400: #FD4E74;
--fire-brick-500: #FD1C4D;
--fire-brick-600: #DE0232;
--fire-brick-700: #B10228;
--fire-brick-800: #7E011C;
--fire-brick-900: #510112;
--fire-brick-950: #32010B;
}