Fire Brick
#B11002
RedColor Codes
All color formats for development
HEX
#B11002RGB
rgb(177, 16, 2)HSL
hsl(5, 98%, 35%)OKLCH
oklch(0.483 0.191 30.2)CMYK
cmyk(0%, 91%, 99%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F0F02
2#8D0D01
3#7C0B01
4#6A0A01
5#580801
6#470701
7#350501
8#230300
9#120200
Tints
Lighter variations
1#D21302
2#F21602
3#FD2C19
4#FD4A3A
5#FD685B
6#FE877C
7#FEA59D
8#FEC3BD
9#FFE1DE
Tones
Muted variations
1#A8180B
2#9F1F13
3#96261C
4#8E2E25
5#85352E
6#7C3C36
7#73433F
8#6B4B48
9#625251
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDF #FFDFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEC3 #FEC3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE94 #FE948B | BordersInactive statesPlaceholder text |
| 400 | FD5D #FD5D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD2F #FD2F1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE15 #DE1502 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B110 #B11002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E0C #7E0C01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5107 #510701 | Primary textHigh emphasis contentDark headings |
| 950 | 3205 #320501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF1F0;
--fire-brick-100: #FFDFDC;
--fire-brick-200: #FEC3BD;
--fire-brick-300: #FE948B;
--fire-brick-400: #FD5D4E;
--fire-brick-500: #FD2F1C;
--fire-brick-600: #DE1502;
--fire-brick-700: #B11002;
--fire-brick-800: #7E0C01;
--fire-brick-900: #510701;
--fire-brick-950: #320501;
}