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