#c8291c
a dark, electric red · warm · closest name: firebrick
RGB
200, 41, 28
HSL
5°, 75%, 45%
CMYK
0, 80, 86, 22
Luminance
0.1395
Every format
| HEX | #c8291c |
| RGB | rgb(200, 41, 28) |
| HSL | hsl(5, 75%, 45%) |
| CMYK | cmyk(0%, 80%, 86%, 22%) |
| LAB | lab(44.2 60.3 47.0) |
| LCH | lch(44.2 76.4 37.9) |
| OKLCH | oklch(0.542 0.196 29.7) |
Copy-ready code
/* CSS */
color: #c8291c;
background-color: #c8291c;
/* Tailwind (arbitrary) */
class="text-[#c8291c] bg-[#c8291c]"
/* SCSS */
$brand: #c8291c;
/* SwiftUI */
Color(red: 0.784, green: 0.161, blue: 0.110)
/* Android */
Color.parseColor("#c8291c")Accessibility — WCAG contrast
Aa
#c8291c on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c8291c on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green16.1%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta79.5%
Yellow86.0%
Key (black)21.6%
Color previews
#c8291c text on a black background
contrast 3.79:1
Card sample
#c8291c text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8291c;
Background color
Panel with #c8291c background
background-color: #c8291c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8291c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 41, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 41, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8291c; background: linear-gradient(135deg, #c8291c, #C89C1C);