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