#c72921
a balanced, vivid red · warm · closest name: firebrick
RGB
199, 41, 33
HSL
3°, 72%, 46%
CMYK
0, 79, 83, 22
Luminance
0.1384
Every format
| HEX | #c72921 |
| RGB | rgb(199, 41, 33) |
| HSL | hsl(3, 72%, 46%) |
| CMYK | cmyk(0%, 79%, 83%, 22%) |
| LAB | lab(44.0 60.1 44.3) |
| LCH | lch(44.0 74.7 36.4) |
| OKLCH | oklch(0.540 0.195 28.6) |
Copy-ready code
/* CSS */
color: #c72921;
background-color: #c72921;
/* Tailwind (arbitrary) */
class="text-[#c72921] bg-[#c72921]"
/* SCSS */
$brand: #c72921;
/* SwiftUI */
Color(red: 0.780, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#c72921")Accessibility — WCAG contrast
Aa
#c72921 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72921 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow83.4%
Key (black)22.0%
Color previews
#c72921 text on a black background
contrast 3.77:1
Card sample
#c72921 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72921;
Background color
Panel with #c72921 background
background-color: #c72921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72921; background: linear-gradient(135deg, #c72921, #C79821);