#c41021
a dark, electric red · warm · closest name: firebrick
RGB
196, 16, 33
HSL
354°, 85%, 42%
CMYK
0, 92, 83, 23
Luminance
0.1222
Every format
| HEX | #c41021 |
| RGB | rgb(196, 16, 33) |
| HSL | hsl(354, 85%, 42%) |
| CMYK | cmyk(0%, 92%, 83%, 23%) |
| LAB | lab(41.6 64.5 41.9) |
| LCH | lch(41.6 76.9 33.0) |
| OKLCH | oklch(0.521 0.205 25.4) |
Copy-ready code
/* CSS */
color: #c41021;
background-color: #c41021;
/* Tailwind (arbitrary) */
class="text-[#c41021] bg-[#c41021]"
/* SCSS */
$brand: #c41021;
/* SwiftUI */
Color(red: 0.769, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#c41021")Accessibility — WCAG contrast
Aa
#c41021 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41021 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow83.2%
Key (black)23.1%
Color previews
#c41021 text on a black background
contrast 3.44:1
Card sample
#c41021 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41021;
Background color
Panel with #c41021 background
background-color: #c41021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41021; background: linear-gradient(135deg, #c41021, #C47710);