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