#c70e21
a dark, electric red · warm · closest name: firebrick
RGB
199, 14, 33
HSL
354°, 87%, 42%
CMYK
0, 93, 83, 22
Luminance
0.1257
Every format
| HEX | #c70e21 |
| RGB | rgb(199, 14, 33) |
| HSL | hsl(354, 87%, 42%) |
| CMYK | cmyk(0%, 93%, 83%, 22%) |
| LAB | lab(42.1 65.5 42.6) |
| LCH | lch(42.1 78.1 33.0) |
| OKLCH | oklch(0.526 0.208 25.4) |
Copy-ready code
/* CSS */
color: #c70e21;
background-color: #c70e21;
/* Tailwind (arbitrary) */
class="text-[#c70e21] bg-[#c70e21]"
/* SCSS */
$brand: #c70e21;
/* SwiftUI */
Color(red: 0.780, green: 0.055, blue: 0.129)
/* Android */
Color.parseColor("#c70e21")Accessibility — WCAG contrast
Aa
#c70e21 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c70e21 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green5.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow83.4%
Key (black)22.0%
Color previews
#c70e21 text on a black background
contrast 3.51:1
Card sample
#c70e21 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70e21;
Background color
Panel with #c70e21 background
background-color: #c70e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 14, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 14, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70e21; background: linear-gradient(135deg, #c70e21, #C7760E);