#c52012
a dark, electric red · warm · closest name: firebrick
RGB
197, 32, 18
HSL
5°, 83%, 42%
CMYK
0, 84, 91, 23
Luminance
0.1295
Every format
| HEX | #c52012 |
| RGB | rgb(197, 32, 18) |
| HSL | hsl(5, 83%, 42%) |
| CMYK | cmyk(0%, 84%, 91%, 23%) |
| LAB | lab(42.7 61.5 50.0) |
| LCH | lch(42.7 79.3 39.1) |
| OKLCH | oklch(0.530 0.200 29.9) |
Copy-ready code
/* CSS */
color: #c52012;
background-color: #c52012;
/* Tailwind (arbitrary) */
class="text-[#c52012] bg-[#c52012]"
/* SCSS */
$brand: #c52012;
/* SwiftUI */
Color(red: 0.773, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#c52012")Accessibility — WCAG contrast
Aa
#c52012 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52012 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green12.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow90.9%
Key (black)22.7%
Color previews
#c52012 text on a black background
contrast 3.59:1
Card sample
#c52012 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52012;
Background color
Panel with #c52012 background
background-color: #c52012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52012; background: linear-gradient(135deg, #c52012, #C59812);