#c01e02
a dark, electric red · warm · closest name: firebrick
RGB
192, 30, 2
HSL
9°, 98%, 38%
CMYK
0, 84, 99, 25
Luminance
0.1214
Every format
| HEX | #c01e02 |
| RGB | rgb(192, 30, 2) |
| HSL | hsl(9, 98%, 38%) |
| CMYK | cmyk(0%, 84%, 99%, 25%) |
| LAB | lab(41.4 60.4 54.1) |
| LCH | lch(41.4 81.1 41.9) |
| OKLCH | oklch(0.518 0.198 31.5) |
Copy-ready code
/* CSS */
color: #c01e02;
background-color: #c01e02;
/* Tailwind (arbitrary) */
class="text-[#c01e02] bg-[#c01e02]"
/* SCSS */
$brand: #c01e02;
/* SwiftUI */
Color(red: 0.753, green: 0.118, blue: 0.008)
/* Android */
Color.parseColor("#c01e02")Accessibility — WCAG contrast
Aa
#c01e02 on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01e02 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.8%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow99.0%
Key (black)24.7%
Color previews
#c01e02 text on a black background
contrast 3.43:1
Card sample
#c01e02 text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01e02;
Background color
Panel with #c01e02 background
background-color: #c01e02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01e02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 30, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 30, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01e02; background: linear-gradient(135deg, #c01e02, #C09C02);