#c0190c
a dark, electric red · warm · closest name: firebrick
RGB
192, 25, 12
HSL
4°, 88%, 40%
CMYK
0, 87, 94, 25
Luminance
0.1193
Every format
| HEX | #c0190c |
| RGB | rgb(192, 25, 12) |
| HSL | hsl(4, 88%, 40%) |
| CMYK | cmyk(0%, 87%, 94%, 25%) |
| LAB | lab(41.1 61.6 50.7) |
| LCH | lch(41.1 79.7 39.5) |
| OKLCH | oklch(0.516 0.200 29.9) |
Copy-ready code
/* CSS */
color: #c0190c;
background-color: #c0190c;
/* Tailwind (arbitrary) */
class="text-[#c0190c] bg-[#c0190c]"
/* SCSS */
$brand: #c0190c;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.047)
/* Android */
Color.parseColor("#c0190c")Accessibility — WCAG contrast
Aa
#c0190c on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0190c on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow93.7%
Key (black)24.7%
Color previews
#c0190c text on a black background
contrast 3.39:1
Card sample
#c0190c text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0190c;
Background color
Panel with #c0190c background
background-color: #c0190c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0190c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0190c; background: linear-gradient(135deg, #c0190c, #C0910C);