#cc2213
a dark, electric red · warm · closest name: firebrick
RGB
204, 34, 19
HSL
5°, 83%, 44%
CMYK
0, 83, 91, 20
Luminance
0.1403
Every format
| HEX | #cc2213 |
| RGB | rgb(204, 34, 19) |
| HSL | hsl(5, 83%, 44%) |
| CMYK | cmyk(0%, 83%, 91%, 20%) |
| LAB | lab(44.3 63.0 51.4) |
| LCH | lch(44.3 81.3 39.2) |
| OKLCH | oklch(0.544 0.205 30.0) |
Copy-ready code
/* CSS */
color: #cc2213;
background-color: #cc2213;
/* Tailwind (arbitrary) */
class="text-[#cc2213] bg-[#cc2213]"
/* SCSS */
$brand: #cc2213;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#cc2213")Accessibility — WCAG contrast
Aa
#cc2213 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2213 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow90.7%
Key (black)20.0%
Color previews
#cc2213 text on a black background
contrast 3.81:1
Card sample
#cc2213 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2213;
Background color
Panel with #cc2213 background
background-color: #cc2213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2213; background: linear-gradient(135deg, #cc2213, #CC9D13);