#c02002
a dark, electric red · warm · closest name: firebrick
RGB
192, 32, 2
HSL
10°, 98%, 38%
CMYK
0, 83, 99, 25
Luminance
0.1224
Every format
| HEX | #c02002 |
| RGB | rgb(192, 32, 2) |
| HSL | hsl(10, 98%, 38%) |
| CMYK | cmyk(0%, 83%, 99%, 25%) |
| LAB | lab(41.6 59.9 54.2) |
| LCH | lch(41.6 80.8 42.1) |
| OKLCH | oklch(0.520 0.197 31.8) |
Copy-ready code
/* CSS */
color: #c02002;
background-color: #c02002;
/* Tailwind (arbitrary) */
class="text-[#c02002] bg-[#c02002]"
/* SCSS */
$brand: #c02002;
/* SwiftUI */
Color(red: 0.753, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#c02002")Accessibility — WCAG contrast
Aa
#c02002 on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02002 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow99.0%
Key (black)24.7%
Color previews
#c02002 text on a black background
contrast 3.45:1
Card sample
#c02002 text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02002;
Background color
Panel with #c02002 background
background-color: #c02002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02002; background: linear-gradient(135deg, #c02002, #C09F02);