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