#c0162f
a dark, electric red · warm · closest name: firebrick
RGB
192, 22, 47
HSL
351°, 79%, 42%
CMYK
0, 89, 76, 25
Luminance
0.1199
Every format
| HEX | #c0162f |
| RGB | rgb(192, 22, 47) |
| HSL | hsl(351, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 76%, 25%) |
| LAB | lab(41.2 62.9 33.2) |
| LCH | lch(41.2 71.2 27.8) |
| OKLCH | oklch(0.518 0.198 22.0) |
Copy-ready code
/* CSS */
color: #c0162f;
background-color: #c0162f;
/* Tailwind (arbitrary) */
class="text-[#c0162f] bg-[#c0162f]"
/* SCSS */
$brand: #c0162f;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.184)
/* Android */
Color.parseColor("#c0162f")Accessibility — WCAG contrast
Aa
#c0162f on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0162f on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow75.5%
Key (black)24.7%
Color previews
#c0162f text on a black background
contrast 3.40:1
Card sample
#c0162f text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0162f;
Background color
Panel with #c0162f background
background-color: #c0162f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0162f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0162f; background: linear-gradient(135deg, #c0162f, #C06F16);