#c01122
a dark, electric red · warm · closest name: firebrick
RGB
192, 17, 34
HSL
354°, 84%, 41%
CMYK
0, 91, 82, 25
Luminance
0.1172
Every format
| HEX | #c01122 |
| RGB | rgb(192, 17, 34) |
| HSL | hsl(354, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 82%, 25%) |
| LAB | lab(40.8 63.3 40.3) |
| LCH | lch(40.8 75.0 32.4) |
| OKLCH | oklch(0.514 0.201 25.1) |
Copy-ready code
/* CSS */
color: #c01122;
background-color: #c01122;
/* Tailwind (arbitrary) */
class="text-[#c01122] bg-[#c01122]"
/* SCSS */
$brand: #c01122;
/* SwiftUI */
Color(red: 0.753, green: 0.067, blue: 0.133)
/* Android */
Color.parseColor("#c01122")Accessibility — WCAG contrast
Aa
#c01122 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01122 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow82.3%
Key (black)24.7%
Color previews
#c01122 text on a black background
contrast 3.34:1
Card sample
#c01122 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01122;
Background color
Panel with #c01122 background
background-color: #c01122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 17, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 17, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01122; background: linear-gradient(135deg, #c01122, #C07511);