#c0142b
a dark, electric red · warm · closest name: firebrick
RGB
192, 20, 43
HSL
352°, 81%, 42%
CMYK
0, 90, 78, 25
Luminance
0.1188
Every format
| HEX | #c0142b |
| RGB | rgb(192, 20, 43) |
| HSL | hsl(352, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 78%, 25%) |
| LAB | lab(41.0 63.1 35.4) |
| LCH | lch(41.0 72.4 29.2) |
| OKLCH | oklch(0.516 0.199 23.0) |
Copy-ready code
/* CSS */
color: #c0142b;
background-color: #c0142b;
/* Tailwind (arbitrary) */
class="text-[#c0142b] bg-[#c0142b]"
/* SCSS */
$brand: #c0142b;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.169)
/* Android */
Color.parseColor("#c0142b")Accessibility — WCAG contrast
Aa
#c0142b on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0142b on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow77.6%
Key (black)24.7%
Color previews
#c0142b text on a black background
contrast 3.38:1
Card sample
#c0142b text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0142b;
Background color
Panel with #c0142b background
background-color: #c0142b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0142b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0142b; background: linear-gradient(135deg, #c0142b, #C07014);