Fire Brick
#B00328
RedColor Codes
All color formats for development
HEX
#B00328RGB
rgb(176, 3, 40)HSL
hsl(347, 97%, 35%)OKLCH
oklch(0.479 0.192 21.4)CMYK
cmyk(0%, 98%, 77%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0224
2#8D0220
3#7B021C
4#690218
5#580114
6#460110
7#35010C
8#230108
9#120004
Tints
Lighter variations
1#D00330
2#F10437
3#FC1A4B
4#FC3B65
5#FD5C7F
6#FD7C98
7#FE9DB2
8#FEBECC
9#FFDEE5
Tones
Muted variations
1#A70B2D
2#9F1432
3#961D37
4#8D253C
5#852E41
6#7C3746
7#733F4B
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 | FEDC #FEDCE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBECC | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BA4 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F75 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D4D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0333 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00328 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E021D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500112 | 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: #FEDCE3;
--fire-brick-200: #FEBECC;
--fire-brick-300: #FD8BA4;
--fire-brick-400: #FC4F75;
--fire-brick-500: #FC1D4D;
--fire-brick-600: #DD0333;
--fire-brick-700: #B00328;
--fire-brick-800: #7E021D;
--fire-brick-900: #500112;
--fire-brick-950: #32010B;
}