#c41f21
a dark, vivid red · warm · closest name: firebrick
RGB
196, 31, 33
HSL
359°, 73%, 45%
CMYK
0, 84, 83, 23
Luminance
0.1283
Every format
| HEX | #c41f21 |
| RGB | rgb(196, 31, 33) |
| HSL | hsl(359, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 83%, 23%) |
| LAB | lab(42.5 61.8 42.7) |
| LCH | lch(42.5 75.1 34.7) |
| OKLCH | oklch(0.528 0.198 27.0) |
Copy-ready code
/* CSS */
color: #c41f21;
background-color: #c41f21;
/* Tailwind (arbitrary) */
class="text-[#c41f21] bg-[#c41f21]"
/* SCSS */
$brand: #c41f21;
/* SwiftUI */
Color(red: 0.769, green: 0.122, blue: 0.129)
/* Android */
Color.parseColor("#c41f21")Accessibility — WCAG contrast
Aa
#c41f21 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41f21 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green12.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow83.2%
Key (black)23.1%
Color previews
#c41f21 text on a black background
contrast 3.57:1
Card sample
#c41f21 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41f21;
Background color
Panel with #c41f21 background
background-color: #c41f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 31, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 31, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41f21; background: linear-gradient(135deg, #c41f21, #C48B1F);