#cb2921
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 41, 33
HSL
3°, 72%, 46%
CMYK
0, 80, 84, 20
Luminance
0.1439
Every format
| HEX | #cb2921 |
| RGB | rgb(203, 41, 33) |
| HSL | hsl(3, 72%, 46%) |
| CMYK | cmyk(0%, 80%, 84%, 20%) |
| LAB | lab(44.8 61.3 45.3) |
| LCH | lch(44.8 76.2 36.5) |
| OKLCH | oklch(0.548 0.199 28.6) |
Copy-ready code
/* CSS */
color: #cb2921;
background-color: #cb2921;
/* Tailwind (arbitrary) */
class="text-[#cb2921] bg-[#cb2921]"
/* SCSS */
$brand: #cb2921;
/* SwiftUI */
Color(red: 0.796, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#cb2921")Accessibility — WCAG contrast
Aa
#cb2921 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2921 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow83.7%
Key (black)20.4%
Color previews
#cb2921 text on a black background
contrast 3.88:1
Card sample
#cb2921 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2921;
Background color
Panel with #cb2921 background
background-color: #cb2921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2921; background: linear-gradient(135deg, #cb2921, #CB9A21);