#cb2213
a dark, electric red · warm · closest name: firebrick
RGB
203, 34, 19
HSL
5°, 83%, 44%
CMYK
0, 83, 91, 20
Luminance
0.1389
Every format
| HEX | #cb2213 |
| RGB | rgb(203, 34, 19) |
| HSL | hsl(5, 83%, 44%) |
| CMYK | cmyk(0%, 83%, 91%, 20%) |
| LAB | lab(44.1 62.8 51.1) |
| LCH | lch(44.1 81.0 39.2) |
| OKLCH | oklch(0.542 0.204 30.0) |
Copy-ready code
/* CSS */
color: #cb2213;
background-color: #cb2213;
/* Tailwind (arbitrary) */
class="text-[#cb2213] bg-[#cb2213]"
/* SCSS */
$brand: #cb2213;
/* SwiftUI */
Color(red: 0.796, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#cb2213")Accessibility — WCAG contrast
Aa
#cb2213 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2213 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green13.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow90.6%
Key (black)20.4%
Color previews
#cb2213 text on a black background
contrast 3.78:1
Card sample
#cb2213 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2213;
Background color
Panel with #cb2213 background
background-color: #cb2213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2213; background: linear-gradient(135deg, #cb2213, #CB9D13);