#c82829
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 40, 41
HSL
360°, 67%, 47%
CMYK
0, 80, 80, 22
Luminance
0.1396
Every format
| HEX | #c82829 |
| RGB | rgb(200, 40, 41) |
| HSL | hsl(360, 67%, 47%) |
| CMYK | cmyk(0%, 80%, 80%, 22%) |
| LAB | lab(44.2 60.9 40.3) |
| LCH | lch(44.2 73.0 33.5) |
| OKLCH | oklch(0.542 0.196 26.5) |
Copy-ready code
/* CSS */
color: #c82829;
background-color: #c82829;
/* Tailwind (arbitrary) */
class="text-[#c82829] bg-[#c82829]"
/* SCSS */
$brand: #c82829;
/* SwiftUI */
Color(red: 0.784, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#c82829")Accessibility — WCAG contrast
Aa
#c82829 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c82829 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow79.5%
Key (black)21.6%
Color previews
#c82829 text on a black background
contrast 3.79:1
Card sample
#c82829 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82829;
Background color
Panel with #c82829 background
background-color: #c82829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82829; background: linear-gradient(135deg, #c82829, #C89228);