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