#c0151d
a dark, electric red · warm · closest name: firebrick
RGB
192, 21, 29
HSL
357°, 80%, 42%
CMYK
0, 89, 85, 25
Luminance
0.1183
Every format
| HEX | #c0151d |
| RGB | rgb(192, 21, 29) |
| HSL | hsl(357, 80%, 42%) |
| CMYK | cmyk(0%, 89%, 85%, 25%) |
| LAB | lab(41.0 62.6 43.1) |
| LCH | lch(41.0 76.0 34.6) |
| OKLCH | oklch(0.515 0.200 26.6) |
Copy-ready code
/* CSS */
color: #c0151d;
background-color: #c0151d;
/* Tailwind (arbitrary) */
class="text-[#c0151d] bg-[#c0151d]"
/* SCSS */
$brand: #c0151d;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.114)
/* Android */
Color.parseColor("#c0151d")Accessibility — WCAG contrast
Aa
#c0151d on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0151d on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow84.9%
Key (black)24.7%
Color previews
#c0151d text on a black background
contrast 3.37:1
Card sample
#c0151d text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0151d;
Background color
Panel with #c0151d background
background-color: #c0151d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0151d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0151d; background: linear-gradient(135deg, #c0151d, #C07F15);