#c52411
a dark, electric red · warm · closest name: firebrick
RGB
197, 36, 17
HSL
6°, 84%, 42%
CMYK
0, 82, 91, 23
Luminance
0.1317
Every format
| HEX | #c52411 |
| RGB | rgb(197, 36, 17) |
| HSL | hsl(6, 84%, 42%) |
| CMYK | cmyk(0%, 82%, 91%, 23%) |
| LAB | lab(43.0 60.5 50.6) |
| LCH | lch(43.0 78.9 39.9) |
| OKLCH | oklch(0.532 0.198 30.7) |
Copy-ready code
/* CSS */
color: #c52411;
background-color: #c52411;
/* Tailwind (arbitrary) */
class="text-[#c52411] bg-[#c52411]"
/* SCSS */
$brand: #c52411;
/* SwiftUI */
Color(red: 0.773, green: 0.141, blue: 0.067)
/* Android */
Color.parseColor("#c52411")Accessibility — WCAG contrast
Aa
#c52411 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52411 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green14.1%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow91.4%
Key (black)22.7%
Color previews
#c52411 text on a black background
contrast 3.63:1
Card sample
#c52411 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52411;
Background color
Panel with #c52411 background
background-color: #c52411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 36, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 36, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52411; background: linear-gradient(135deg, #c52411, #C59C11);