#c82f21
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 47, 33
HSL
5°, 72%, 46%
CMYK
0, 77, 84, 22
Luminance
0.1442
Every format
| HEX | #c82f21 |
| RGB | rgb(200, 47, 33) |
| HSL | hsl(5, 72%, 46%) |
| CMYK | cmyk(0%, 77%, 84%, 22%) |
| LAB | lab(44.8 58.6 45.2) |
| LCH | lch(44.8 74.0 37.6) |
| OKLCH | oklch(0.547 0.192 29.8) |
Copy-ready code
/* CSS */
color: #c82f21;
background-color: #c82f21;
/* Tailwind (arbitrary) */
class="text-[#c82f21] bg-[#c82f21]"
/* SCSS */
$brand: #c82f21;
/* SwiftUI */
Color(red: 0.784, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#c82f21")Accessibility — WCAG contrast
Aa
#c82f21 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c82f21 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c82f21 text on a black background
contrast 3.88:1
Card sample
#c82f21 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82f21;
Background color
Panel with #c82f21 background
background-color: #c82f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82f21; background: linear-gradient(135deg, #c82f21, #C89E21);