#c0163e
a dark, electric red · warm · closest name: crimson
RGB
192, 22, 62
HSL
346°, 79%, 42%
CMYK
0, 89, 68, 25
Luminance
0.1213
Every format
| HEX | #c0163e |
| RGB | rgb(192, 22, 62) |
| HSL | hsl(346, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 68%, 25%) |
| LAB | lab(41.4 63.6 24.2) |
| LCH | lch(41.4 68.0 20.9) |
| OKLCH | oklch(0.520 0.198 16.8) |
Copy-ready code
/* CSS */
color: #c0163e;
background-color: #c0163e;
/* Tailwind (arbitrary) */
class="text-[#c0163e] bg-[#c0163e]"
/* SCSS */
$brand: #c0163e;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.243)
/* Android */
Color.parseColor("#c0163e")Accessibility — WCAG contrast
Aa
#c0163e on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0163e on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow67.7%
Key (black)24.7%
Color previews
#c0163e text on a black background
contrast 3.43:1
Card sample
#c0163e text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0163e;
Background color
Panel with #c0163e background
background-color: #c0163e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0163e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0163e; background: linear-gradient(135deg, #c0163e, #C05F16);