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