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