#c20c13
a dark, electric red · warm · closest name: firebrick
RGB
194, 12, 19
HSL
358°, 88%, 40%
CMYK
0, 94, 90, 24
Luminance
0.1178
Every format
| HEX | #c20c13 |
| RGB | rgb(194, 12, 19) |
| HSL | hsl(358, 88%, 40%) |
| CMYK | cmyk(0%, 94%, 90%, 24%) |
| LAB | lab(40.9 64.2 48.0) |
| LCH | lch(40.9 80.2 36.8) |
| OKLCH | oklch(0.515 0.206 27.8) |
Copy-ready code
/* CSS */
color: #c20c13;
background-color: #c20c13;
/* Tailwind (arbitrary) */
class="text-[#c20c13] bg-[#c20c13]"
/* SCSS */
$brand: #c20c13;
/* SwiftUI */
Color(red: 0.761, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#c20c13")Accessibility — WCAG contrast
Aa
#c20c13 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c20c13 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow90.2%
Key (black)23.9%
Color previews
#c20c13 text on a black background
contrast 3.36:1
Card sample
#c20c13 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c20c13;
Background color
Panel with #c20c13 background
background-color: #c20c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c20c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c20c13; background: linear-gradient(135deg, #c20c13, #C27E0C);