#ca0010
a dark, electric red · warm · closest name: firebrick
RGB
202, 0, 16
HSL
355°, 100%, 40%
CMYK
0, 100, 92, 21
Luminance
0.1259
Every format
| HEX | #ca0010 |
| RGB | rgb(202, 0, 16) |
| HSL | hsl(355, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 92%, 21%) |
| LAB | lab(42.1 67.4 50.9) |
| LCH | lch(42.1 84.5 37.1) |
| OKLCH | oklch(0.527 0.215 27.7) |
Copy-ready code
/* CSS */
color: #ca0010;
background-color: #ca0010;
/* Tailwind (arbitrary) */
class="text-[#ca0010] bg-[#ca0010]"
/* SCSS */
$brand: #ca0010;
/* SwiftUI */
Color(red: 0.792, green: 0.000, blue: 0.063)
/* Android */
Color.parseColor("#ca0010")Accessibility — WCAG contrast
Aa
#ca0010 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca0010 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green0.0%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.1%
Key (black)20.8%
Color previews
#ca0010 text on a black background
contrast 3.52:1
Card sample
#ca0010 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca0010;
Background color
Panel with #ca0010 background
background-color: #ca0010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca0010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 0, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 0, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca0010; background: linear-gradient(135deg, #ca0010, #CA7600);