#c62c13
a dark, electric red · warm · closest name: firebrick
RGB
198, 44, 19
HSL
8°, 83%, 43%
CMYK
0, 78, 90, 22
Luminance
0.1385
Every format
| HEX | #c62c13 |
| RGB | rgb(198, 44, 19) |
| HSL | hsl(8, 83%, 43%) |
| CMYK | cmyk(0%, 78%, 90%, 22%) |
| LAB | lab(44.0 58.6 50.6) |
| LCH | lch(44.0 77.5 40.8) |
| OKLCH | oklch(0.540 0.193 31.8) |
Copy-ready code
/* CSS */
color: #c62c13;
background-color: #c62c13;
/* Tailwind (arbitrary) */
class="text-[#c62c13] bg-[#c62c13]"
/* SCSS */
$brand: #c62c13;
/* SwiftUI */
Color(red: 0.776, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#c62c13")Accessibility — WCAG contrast
Aa
#c62c13 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62c13 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow90.4%
Key (black)22.4%
Color previews
#c62c13 text on a black background
contrast 3.77:1
Card sample
#c62c13 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62c13;
Background color
Panel with #c62c13 background
background-color: #c62c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62c13; background: linear-gradient(135deg, #c62c13, #C6A313);