Fire Brick
#CD1C13
RedColor Codes
All color formats for development
HEX
#CD1C13RGB
rgb(205, 28, 19)HSL
hsl(3, 83%, 44%)OKLCH
oklch(0.542 0.209 29.3)CMYK
cmyk(0%, 86%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B91A11
2#A4170F
3#90140D
4#7B110B
5#670E0A
6#520B08
7#3E0906
8#290604
9#150302
Tints
Lighter variations
1#E72016
2#EC372E
3#EE5048
4#F06962
5#F3827C
6#F59B96
7#F8B4B1
8#FACDCB
9#FDE6E5
Tones
Muted variations
1#C4251C
2#BB2D26
3#B1362F
4#A83E38
5#9F4642
6#954F4B
7#8C5754
8#835F5E
9#7A6867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C5 #F9C5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F599 #F59994 | BordersInactive statesPlaceholder text |
| 400 | F063 #F0635C | Disabled statesSecondary iconsMuted text |
| 500 | EB37 #EB372D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD1C #CD1C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A317 #A3170F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7510 #75100B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FCE0DE;
--fire-brick-200: #F9C5C2;
--fire-brick-300: #F59994;
--fire-brick-400: #F0635C;
--fire-brick-500: #EB372D;
--fire-brick-600: #CD1C13;
--fire-brick-700: #A3170F;
--fire-brick-800: #75100B;
--fire-brick-900: #4B0A07;
--fire-brick-950: #2F0604;
}