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