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