#c0150f
a dark, electric red · warm · closest name: firebrick
RGB
192, 21, 15
HSL
2°, 86%, 41%
CMYK
0, 89, 92, 25
Luminance
0.1178
Every format
| HEX | #c0150f |
| RGB | rgb(192, 21, 15) |
| HSL | hsl(2, 86%, 41%) |
| CMYK | cmyk(0%, 89%, 92%, 25%) |
| LAB | lab(40.9 62.3 49.4) |
| LCH | lch(40.9 79.6 38.4) |
| OKLCH | oklch(0.514 0.201 29.1) |
Copy-ready code
/* CSS */
color: #c0150f;
background-color: #c0150f;
/* Tailwind (arbitrary) */
class="text-[#c0150f] bg-[#c0150f]"
/* SCSS */
$brand: #c0150f;
/* SwiftUI */
Color(red: 0.753, green: 0.082, blue: 0.059)
/* Android */
Color.parseColor("#c0150f")Accessibility — WCAG contrast
Aa
#c0150f on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0150f on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow92.2%
Key (black)24.7%
Color previews
#c0150f text on a black background
contrast 3.36:1
Card sample
#c0150f text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0150f;
Background color
Panel with #c0150f background
background-color: #c0150f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0150f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 21, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 21, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0150f; background: linear-gradient(135deg, #c0150f, #C08B0F);