#c01c1a
a dark, electric red · warm · closest name: firebrick
RGB
192, 28, 26
HSL
1°, 76%, 43%
CMYK
0, 85, 87, 25
Luminance
0.1211
Every format
| HEX | #c01c1a |
| RGB | rgb(192, 28, 26) |
| HSL | hsl(1, 76%, 43%) |
| CMYK | cmyk(0%, 85%, 87%, 25%) |
| LAB | lab(41.4 61.2 45.0) |
| LCH | lch(41.4 75.9 36.3) |
| OKLCH | oklch(0.518 0.197 28.0) |
Copy-ready code
/* CSS */
color: #c01c1a;
background-color: #c01c1a;
/* Tailwind (arbitrary) */
class="text-[#c01c1a] bg-[#c01c1a]"
/* SCSS */
$brand: #c01c1a;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.102)
/* Android */
Color.parseColor("#c01c1a")Accessibility — WCAG contrast
Aa
#c01c1a on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01c1a on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow86.5%
Key (black)24.7%
Color previews
#c01c1a text on a black background
contrast 3.42:1
Card sample
#c01c1a text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01c1a;
Background color
Panel with #c01c1a background
background-color: #c01c1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01c1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01c1a; background: linear-gradient(135deg, #c01c1a, #C08A1A);