#c21113
a dark, electric red · warm · closest name: firebrick
RGB
194, 17, 19
HSL
359°, 84%, 41%
CMYK
0, 91, 90, 24
Luminance
0.1192
Every format
| HEX | #c21113 |
| RGB | rgb(194, 17, 19) |
| HSL | hsl(359, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 90%, 24%) |
| LAB | lab(41.1 63.5 48.2) |
| LCH | lch(41.1 79.7 37.2) |
| OKLCH | oklch(0.517 0.204 28.1) |
Copy-ready code
/* CSS */
color: #c21113;
background-color: #c21113;
/* Tailwind (arbitrary) */
class="text-[#c21113] bg-[#c21113]"
/* SCSS */
$brand: #c21113;
/* SwiftUI */
Color(red: 0.761, green: 0.067, blue: 0.075)
/* Android */
Color.parseColor("#c21113")Accessibility — WCAG contrast
Aa
#c21113 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c21113 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green6.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow90.2%
Key (black)23.9%
Color previews
#c21113 text on a black background
contrast 3.38:1
Card sample
#c21113 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c21113;
Background color
Panel with #c21113 background
background-color: #c21113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c21113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 17, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 17, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c21113; background: linear-gradient(135deg, #c21113, #C28511);