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