#c01c0f
a dark, electric red · warm · closest name: firebrick
RGB
192, 28, 15
HSL
4°, 86%, 41%
CMYK
0, 85, 92, 25
Luminance
0.1207
Every format
| HEX | #c01c0f |
| RGB | rgb(192, 28, 15) |
| HSL | hsl(4, 86%, 41%) |
| CMYK | cmyk(0%, 85%, 92%, 25%) |
| LAB | lab(41.3 61.0 49.8) |
| LCH | lch(41.3 78.7 39.2) |
| OKLCH | oklch(0.518 0.198 29.9) |
Copy-ready code
/* CSS */
color: #c01c0f;
background-color: #c01c0f;
/* Tailwind (arbitrary) */
class="text-[#c01c0f] bg-[#c01c0f]"
/* SCSS */
$brand: #c01c0f;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.059)
/* Android */
Color.parseColor("#c01c0f")Accessibility — WCAG contrast
Aa
#c01c0f on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01c0f on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow92.2%
Key (black)24.7%
Color previews
#c01c0f text on a black background
contrast 3.41:1
Card sample
#c01c0f text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01c0f;
Background color
Panel with #c01c0f background
background-color: #c01c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01c0f; background: linear-gradient(135deg, #c01c0f, #C0920F);