#c82321
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 35, 33
HSL
1°, 72%, 46%
CMYK
0, 83, 84, 22
Luminance
0.1359
Every format
| HEX | #c82321 |
| RGB | rgb(200, 35, 33) |
| HSL | hsl(1, 72%, 46%) |
| CMYK | cmyk(0%, 83%, 84%, 22%) |
| LAB | lab(43.6 62.0 44.1) |
| LCH | lch(43.6 76.0 35.4) |
| OKLCH | oklch(0.538 0.200 27.7) |
Copy-ready code
/* CSS */
color: #c82321;
background-color: #c82321;
/* Tailwind (arbitrary) */
class="text-[#c82321] bg-[#c82321]"
/* SCSS */
$brand: #c82321;
/* SwiftUI */
Color(red: 0.784, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#c82321")Accessibility — WCAG contrast
Aa
#c82321 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c82321 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c82321 text on a black background
contrast 3.72:1
Card sample
#c82321 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82321;
Background color
Panel with #c82321 background
background-color: #c82321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82321; background: linear-gradient(135deg, #c82321, #C89221);