#c42413
a dark, electric red · warm · closest name: firebrick
RGB
196, 36, 19
HSL
6°, 82%, 42%
CMYK
0, 82, 90, 23
Luminance
0.1304
Every format
| HEX | #c42413 |
| RGB | rgb(196, 36, 19) |
| HSL | hsl(6, 82%, 42%) |
| CMYK | cmyk(0%, 82%, 90%, 23%) |
| LAB | lab(42.8 60.3 49.6) |
| LCH | lch(42.8 78.1 39.4) |
| OKLCH | oklch(0.530 0.197 30.4) |
Copy-ready code
/* CSS */
color: #c42413;
background-color: #c42413;
/* Tailwind (arbitrary) */
class="text-[#c42413] bg-[#c42413]"
/* SCSS */
$brand: #c42413;
/* SwiftUI */
Color(red: 0.769, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#c42413")Accessibility — WCAG contrast
Aa
#c42413 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c42413 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow90.3%
Key (black)23.1%
Color previews
#c42413 text on a black background
contrast 3.61:1
Card sample
#c42413 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42413;
Background color
Panel with #c42413 background
background-color: #c42413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42413; background: linear-gradient(135deg, #c42413, #C49A13);