#c62b21
a balanced, vivid red · warm · closest name: firebrick
RGB
198, 43, 33
HSL
4°, 71%, 45%
CMYK
0, 78, 83, 22
Luminance
0.1384
Every format
| HEX | #c62b21 |
| RGB | rgb(198, 43, 33) |
| HSL | hsl(4, 71%, 45%) |
| CMYK | cmyk(0%, 78%, 83%, 22%) |
| LAB | lab(44.0 59.2 44.3) |
| LCH | lch(44.0 73.9 36.8) |
| OKLCH | oklch(0.540 0.193 29.0) |
Copy-ready code
/* CSS */
color: #c62b21;
background-color: #c62b21;
/* Tailwind (arbitrary) */
class="text-[#c62b21] bg-[#c62b21]"
/* SCSS */
$brand: #c62b21;
/* SwiftUI */
Color(red: 0.776, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#c62b21")Accessibility — WCAG contrast
Aa
#c62b21 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62b21 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green16.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow83.3%
Key (black)22.4%
Color previews
#c62b21 text on a black background
contrast 3.77:1
Card sample
#c62b21 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62b21;
Background color
Panel with #c62b21 background
background-color: #c62b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62b21; background: linear-gradient(135deg, #c62b21, #C69921);