Fire Brick
#CB1815
RedColor Codes
All color formats for development
HEX
#CB1815RGB
rgb(203, 24, 21)HSL
hsl(1, 81%, 44%)OKLCH
oklch(0.537 0.209 28.6)CMYK
cmyk(0%, 88%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B71613
2#A21311
3#8E110F
4#7A0F0D
5#660C0B
6#510A09
7#3D0706
8#290504
9#140202
Tints
Lighter variations
1#E51B18
2#E93330
3#EC4D4A
4#EF6664
5#F1807E
6#F49998
7#F7B3B1
8#FACCCB
9#FCE6E5
Tones
Muted variations
1#C2211E
2#B92A27
3#B03331
4#A73B3A
5#9E4443
6#954D4C
7#8B5655
8#825F5E
9#796767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C4 #F9C4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F496 #F49695 | BordersInactive statesPlaceholder text |
| 400 | EE60 #EE605D | Disabled statesSecondary iconsMuted text |
| 500 | E932 #E9322F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB18 #CB1815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A213 #A21311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730E #730E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A09 #4A0908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E06 #2E0605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F1;
--fire-brick-100: #FCDFDF;
--fire-brick-200: #F9C4C3;
--fire-brick-300: #F49695;
--fire-brick-400: #EE605D;
--fire-brick-500: #E9322F;
--fire-brick-600: #CB1815;
--fire-brick-700: #A21311;
--fire-brick-800: #730E0C;
--fire-brick-900: #4A0908;
--fire-brick-950: #2E0605;
}