#c72425
a balanced, vivid red · warm · closest name: firebrick
RGB
199, 36, 37
HSL
360°, 69%, 46%
CMYK
0, 82, 81, 22
Luminance
0.1354
Every format
| HEX | #c72425 |
| RGB | rgb(199, 36, 37) |
| HSL | hsl(360, 69%, 46%) |
| CMYK | cmyk(0%, 82%, 81%, 22%) |
| LAB | lab(43.6 61.5 41.8) |
| LCH | lch(43.6 74.4 34.2) |
| OKLCH | oklch(0.537 0.198 26.9) |
Copy-ready code
/* CSS */
color: #c72425;
background-color: #c72425;
/* Tailwind (arbitrary) */
class="text-[#c72425] bg-[#c72425]"
/* SCSS */
$brand: #c72425;
/* SwiftUI */
Color(red: 0.780, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#c72425")Accessibility — WCAG contrast
Aa
#c72425 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72425 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow81.4%
Key (black)22.0%
Color previews
#c72425 text on a black background
contrast 3.71:1
Card sample
#c72425 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72425;
Background color
Panel with #c72425 background
background-color: #c72425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72425; background: linear-gradient(135deg, #c72425, #C79024);