Fire Brick
#B10230
PinkColor Codes
All color formats for development
HEX
#B10230RGB
rgb(177, 2, 48)HSL
hsl(344, 98%, 35%)OKLCH
oklch(0.482 0.192 18.7)CMYK
cmyk(0%, 99%, 73%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F022C
2#8D0127
3#7C0122
4#6A011D
5#580118
6#470113
7#35010F
8#23000A
9#120005
Tints
Lighter variations
1#D20239
2#F20242
3#FD1956
4#FD3A6E
5#FD5B86
6#FE7C9E
7#FE9DB7
8#FEBDCF
9#FFDEE7
Tones
Muted variations
1#A80B35
2#9F1339
3#961C3D
4#8E2541
5#852E45
6#7C3649
7#733F4D
8#6B4851
9#625155
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDCF | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAA | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E7D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C58 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE023D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10230 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0123 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510116 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32010E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F4;
--fire-brick-100: #FFDCE5;
--fire-brick-200: #FEBDCF;
--fire-brick-300: #FE8BAA;
--fire-brick-400: #FD4E7D;
--fire-brick-500: #FD1C58;
--fire-brick-600: #DE023D;
--fire-brick-700: #B10230;
--fire-brick-800: #7E0123;
--fire-brick-900: #510116;
--fire-brick-950: #32010E;
}