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