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