#c72012
a dark, electric red · warm · closest name: firebrick
RGB
199, 32, 18
HSL
5°, 83%, 43%
CMYK
0, 84, 91, 22
Luminance
0.1322
Every format
| HEX | #c72012 |
| RGB | rgb(199, 32, 18) |
| HSL | hsl(5, 83%, 43%) |
| CMYK | cmyk(0%, 84%, 91%, 22%) |
| LAB | lab(43.1 62.1 50.5) |
| LCH | lch(43.1 80.0 39.1) |
| OKLCH | oklch(0.533 0.202 29.9) |
Copy-ready code
/* CSS */
color: #c72012;
background-color: #c72012;
/* Tailwind (arbitrary) */
class="text-[#c72012] bg-[#c72012]"
/* SCSS */
$brand: #c72012;
/* SwiftUI */
Color(red: 0.780, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#c72012")Accessibility — WCAG contrast
Aa
#c72012 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72012 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green12.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow91.0%
Key (black)22.0%
Color previews
#c72012 text on a black background
contrast 3.64:1
Card sample
#c72012 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72012;
Background color
Panel with #c72012 background
background-color: #c72012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72012; background: linear-gradient(135deg, #c72012, #C79812);