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