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