#c12c13
a dark, electric red · warm · closest name: firebrick
RGB
193, 44, 19
HSL
9°, 82%, 42%
CMYK
0, 77, 90, 24
Luminance
0.1319
Every format
| HEX | #c12c13 |
| RGB | rgb(193, 44, 19) |
| HSL | hsl(9, 82%, 42%) |
| CMYK | cmyk(0%, 77%, 90%, 24%) |
| LAB | lab(43.0 57.1 49.5) |
| LCH | lch(43.0 75.6 40.9) |
| OKLCH | oklch(0.531 0.189 31.9) |
Copy-ready code
/* CSS */
color: #c12c13;
background-color: #c12c13;
/* Tailwind (arbitrary) */
class="text-[#c12c13] bg-[#c12c13]"
/* SCSS */
$brand: #c12c13;
/* SwiftUI */
Color(red: 0.757, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#c12c13")Accessibility — WCAG contrast
Aa
#c12c13 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c12c13 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow90.2%
Key (black)24.3%
Color previews
#c12c13 text on a black background
contrast 3.64:1
Card sample
#c12c13 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c12c13;
Background color
Panel with #c12c13 background
background-color: #c12c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c12c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c12c13; background: linear-gradient(135deg, #c12c13, #C1A013);