#c72f2f
a balanced, vivid red · warm · closest name: firebrick
RGB
199, 47, 47
HSL
0°, 62%, 48%
CMYK
0, 76, 76, 22
Luminance
0.1438
Every format
| HEX | #c72f2f |
| RGB | rgb(199, 47, 47) |
| HSL | hsl(0, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 76%, 22%) |
| LAB | lab(44.8 58.8 37.5) |
| LCH | lch(44.8 69.7 32.6) |
| OKLCH | oklch(0.547 0.189 26.1) |
Copy-ready code
/* CSS */
color: #c72f2f;
background-color: #c72f2f;
/* Tailwind (arbitrary) */
class="text-[#c72f2f] bg-[#c72f2f]"
/* SCSS */
$brand: #c72f2f;
/* SwiftUI */
Color(red: 0.780, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#c72f2f")Accessibility — WCAG contrast
Aa
#c72f2f on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72f2f on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow76.4%
Key (black)22.0%
Color previews
#c72f2f text on a black background
contrast 3.88:1
Card sample
#c72f2f text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72f2f;
Background color
Panel with #c72f2f background
background-color: #c72f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72f2f; background: linear-gradient(135deg, #c72f2f, #C7942F);