#c52d13
a dark, electric red · warm · closest name: firebrick
RGB
197, 45, 19
HSL
9°, 82%, 42%
CMYK
0, 77, 90, 23
Luminance
0.1379
Every format
| HEX | #c52d13 |
| RGB | rgb(197, 45, 19) |
| HSL | hsl(9, 82%, 42%) |
| CMYK | cmyk(0%, 77%, 90%, 23%) |
| LAB | lab(43.9 58.0 50.5) |
| LCH | lch(43.9 76.9 41.0) |
| OKLCH | oklch(0.539 0.192 32.0) |
Copy-ready code
/* CSS */
color: #c52d13;
background-color: #c52d13;
/* Tailwind (arbitrary) */
class="text-[#c52d13] bg-[#c52d13]"
/* SCSS */
$brand: #c52d13;
/* SwiftUI */
Color(red: 0.773, green: 0.176, blue: 0.075)
/* Android */
Color.parseColor("#c52d13")Accessibility — WCAG contrast
Aa
#c52d13 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52d13 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green17.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow90.4%
Key (black)22.7%
Color previews
#c52d13 text on a black background
contrast 3.76:1
Card sample
#c52d13 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52d13;
Background color
Panel with #c52d13 background
background-color: #c52d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 45, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 45, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52d13; background: linear-gradient(135deg, #c52d13, #C5A413);