#c62f13
a dark, electric red · warm · closest name: firebrick
RGB
198, 47, 19
HSL
9°, 83%, 43%
CMYK
0, 76, 90, 22
Luminance
0.1409
Every format
| HEX | #c62f13 |
| RGB | rgb(198, 47, 19) |
| HSL | hsl(9, 83%, 43%) |
| CMYK | cmyk(0%, 76%, 90%, 22%) |
| LAB | lab(44.4 57.7 50.9) |
| LCH | lch(44.4 76.9 41.4) |
| OKLCH | oklch(0.542 0.191 32.4) |
Copy-ready code
/* CSS */
color: #c62f13;
background-color: #c62f13;
/* Tailwind (arbitrary) */
class="text-[#c62f13] bg-[#c62f13]"
/* SCSS */
$brand: #c62f13;
/* SwiftUI */
Color(red: 0.776, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#c62f13")Accessibility — WCAG contrast
Aa
#c62f13 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62f13 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow90.4%
Key (black)22.4%
Color previews
#c62f13 text on a black background
contrast 3.82:1
Card sample
#c62f13 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62f13;
Background color
Panel with #c62f13 background
background-color: #c62f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62f13; background: linear-gradient(135deg, #c62f13, #C6A613);