#c61f21
a dark, vivid red · warm · closest name: firebrick
RGB
198, 31, 33
HSL
359°, 73%, 45%
CMYK
0, 84, 83, 22
Luminance
0.1310
Every format
| HEX | #c61f21 |
| RGB | rgb(198, 31, 33) |
| HSL | hsl(359, 73%, 45%) |
| CMYK | cmyk(0%, 84%, 83%, 22%) |
| LAB | lab(42.9 62.3 43.3) |
| LCH | lch(42.9 75.9 34.8) |
| OKLCH | oklch(0.532 0.200 27.1) |
Copy-ready code
/* CSS */
color: #c61f21;
background-color: #c61f21;
/* Tailwind (arbitrary) */
class="text-[#c61f21] bg-[#c61f21]"
/* SCSS */
$brand: #c61f21;
/* SwiftUI */
Color(red: 0.776, green: 0.122, blue: 0.129)
/* Android */
Color.parseColor("#c61f21")Accessibility — WCAG contrast
Aa
#c61f21 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c61f21 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green12.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow83.3%
Key (black)22.4%
Color previews
#c61f21 text on a black background
contrast 3.62:1
Card sample
#c61f21 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c61f21;
Background color
Panel with #c61f21 background
background-color: #c61f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c61f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 31, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 31, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c61f21; background: linear-gradient(135deg, #c61f21, #C68C1F);