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