#c73421
a balanced, vivid red · warm · closest name: firebrick
RGB
199, 52, 33
HSL
7°, 72%, 46%
CMYK
0, 74, 83, 22
Luminance
0.1471
Every format
| HEX | #c73421 |
| RGB | rgb(199, 52, 33) |
| HSL | hsl(7, 72%, 46%) |
| CMYK | cmyk(0%, 74%, 83%, 22%) |
| LAB | lab(45.2 56.7 45.5) |
| LCH | lch(45.2 72.6 38.7) |
| OKLCH | oklch(0.550 0.187 30.9) |
Copy-ready code
/* CSS */
color: #c73421;
background-color: #c73421;
/* Tailwind (arbitrary) */
class="text-[#c73421] bg-[#c73421]"
/* SCSS */
$brand: #c73421;
/* SwiftUI */
Color(red: 0.780, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#c73421")Accessibility — WCAG contrast
Aa
#c73421 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c73421 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow83.4%
Key (black)22.0%
Color previews
#c73421 text on a black background
contrast 3.94:1
Card sample
#c73421 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c73421;
Background color
Panel with #c73421 background
background-color: #c73421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c73421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c73421; background: linear-gradient(135deg, #c73421, #C7A321);