Fire Brick
#B10236
PinkColor Codes
All color formats for development
HEX
#B10236RGB
rgb(177, 2, 54)HSL
hsl(342, 98%, 35%)OKLCH
oklch(0.483 0.192 16.5)CMYK
cmyk(0%, 99%, 69%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F0231
2#8D012B
3#7C0126
4#6A0121
5#58011B
6#470116
7#350110
8#23000B
9#120005
Tints
Lighter variations
1#D20240
2#F2024A
3#FD195D
4#FD3A75
5#FD5B8C
6#FE7CA3
7#FE9DBA
8#FEBDD1
9#FFDEE8
Tones
Muted variations
1#A80B3A
2#9F133D
3#961C41
4#8E2544
5#852E48
6#7C364B
7#733F4F
8#6B4852
9#625156
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BAD | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E83 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C5F | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0244 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10236 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0127 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510119 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320110 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F4;
--fire-brick-100: #FFDCE6;
--fire-brick-200: #FEBDD1;
--fire-brick-300: #FE8BAD;
--fire-brick-400: #FD4E83;
--fire-brick-500: #FD1C5F;
--fire-brick-600: #DE0244;
--fire-brick-700: #B10236;
--fire-brick-800: #7E0127;
--fire-brick-900: #510119;
--fire-brick-950: #320110;
}