#cc3213
a dark, electric red · warm · closest name: firebrick
RGB
204, 50, 19
HSL
10°, 83%, 44%
CMYK
0, 76, 91, 20
Luminance
0.1517
Every format
| HEX | #cc3213 |
| RGB | rgb(204, 50, 19) |
| HSL | hsl(10, 83%, 44%) |
| CMYK | cmyk(0%, 76%, 91%, 20%) |
| LAB | lab(45.9 58.6 52.5) |
| LCH | lch(45.9 78.7 41.8) |
| OKLCH | oklch(0.556 0.195 32.8) |
Copy-ready code
/* CSS */
color: #cc3213;
background-color: #cc3213;
/* Tailwind (arbitrary) */
class="text-[#cc3213] bg-[#cc3213]"
/* SCSS */
$brand: #cc3213;
/* SwiftUI */
Color(red: 0.800, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#cc3213")Accessibility — WCAG contrast
Aa
#cc3213 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3213 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow90.7%
Key (black)20.0%
Color previews
#cc3213 text on a black background
contrast 4.03:1
Card sample
#cc3213 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3213;
Background color
Panel with #cc3213 background
background-color: #cc3213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3213; background: linear-gradient(135deg, #cc3213, #CCAD13);