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