#c20002
a dark, electric red · warm · closest name: firebrick
RGB
194, 0, 2
HSL
359°, 100%, 38%
CMYK
0, 100, 99, 24
Luminance
0.1147
Every format
| HEX | #c20002 |
| RGB | rgb(194, 0, 2) |
| HSL | hsl(359, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 99%, 24%) |
| LAB | lab(40.4 65.2 54.0) |
| LCH | lch(40.4 84.6 39.6) |
| OKLCH | oklch(0.511 0.210 29.0) |
Copy-ready code
/* CSS */
color: #c20002;
background-color: #c20002;
/* Tailwind (arbitrary) */
class="text-[#c20002] bg-[#c20002]"
/* SCSS */
$brand: #c20002;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.008)
/* Android */
Color.parseColor("#c20002")Accessibility — WCAG contrast
Aa
#c20002 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c20002 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow99.0%
Key (black)23.9%
Color previews
#c20002 text on a black background
contrast 3.29:1
Card sample
#c20002 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c20002;
Background color
Panel with #c20002 background
background-color: #c20002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c20002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c20002; background: linear-gradient(135deg, #c20002, #C27F00);