#c72d13
a dark, electric red · warm · closest name: firebrick
RGB
199, 45, 19
HSL
9°, 83%, 43%
CMYK
0, 77, 91, 22
Luminance
0.1407
Every format
| HEX | #c72d13 |
| RGB | rgb(199, 45, 19) |
| HSL | hsl(9, 83%, 43%) |
| CMYK | cmyk(0%, 77%, 91%, 22%) |
| LAB | lab(44.3 58.6 50.9) |
| LCH | lch(44.3 77.7 41.0) |
| OKLCH | oklch(0.543 0.194 31.9) |
Copy-ready code
/* CSS */
color: #c72d13;
background-color: #c72d13;
/* Tailwind (arbitrary) */
class="text-[#c72d13] bg-[#c72d13]"
/* SCSS */
$brand: #c72d13;
/* SwiftUI */
Color(red: 0.780, green: 0.176, blue: 0.075)
/* Android */
Color.parseColor("#c72d13")Accessibility — WCAG contrast
Aa
#c72d13 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72d13 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green17.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow90.5%
Key (black)22.0%
Color previews
#c72d13 text on a black background
contrast 3.81:1
Card sample
#c72d13 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72d13;
Background color
Panel with #c72d13 background
background-color: #c72d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 45, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 45, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72d13; background: linear-gradient(135deg, #c72d13, #C7A513);