Fire Brick
#CA1616
RedColor Codes
All color formats for development
HEX
#CA1616RGB
rgb(202, 22, 22)HSL
hsl(0, 80%, 44%)OKLCH
oklch(0.534 0.209 28.2)CMYK
cmyk(0%, 89%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B61414
2#A21212
3#8D1010
4#790D0D
5#650B0B
6#510909
7#3D0707
8#280404
9#140202
Tints
Lighter variations
1#E41919
2#E83131
3#EB4B4B
4#EE6565
5#F17E7E
6#F49898
7#F6B2B2
8#F9CCCC
9#FCE5E5
Tones
Muted variations
1#C11F1F
2#B82828
3#AF3131
4#A63A3A
5#9D4343
6#944C4C
7#8B5555
8#825E5E
9#796767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F39595 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E5E | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83030 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1616 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF1F1;
--fire-brick-100: #FBDFDF;
--fire-brick-200: #F8C3C3;
--fire-brick-300: #F39595;
--fire-brick-400: #ED5E5E;
--fire-brick-500: #E83030;
--fire-brick-600: #CA1616;
--fire-brick-700: #A11212;
--fire-brick-800: #730D0D;
--fire-brick-900: #490808;
--fire-brick-950: #2E0505;
}