#720113
a deep, electric red · warm · closest name: maroon
RGB
114, 1, 19
HSL
350°, 98%, 23%
CMYK
0, 99, 83, 55
Luminance
0.0365
Every format
| HEX | #720113 |
| RGB | rgb(114, 1, 19) |
| HSL | hsl(350, 98%, 23%) |
| CMYK | cmyk(0%, 99%, 83%, 55%) |
| LAB | lab(22.5 44.5 25.2) |
| LCH | lch(22.5 51.1 29.5) |
| OKLCH | oklch(0.349 0.140 22.9) |
Copy-ready code
/* CSS */
color: #720113;
background-color: #720113;
/* Tailwind (arbitrary) */
class="text-[#720113] bg-[#720113]"
/* SCSS */
$brand: #720113;
/* SwiftUI */
Color(red: 0.447, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#720113")Accessibility — WCAG contrast
Aa
#720113 on white: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720113 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow83.3%
Key (black)55.3%
Color previews
#720113 text on a black background
contrast 1.73:1
Card sample
#720113 text on a white background
contrast 12.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720113;
Background color
Panel with #720113 background
background-color: #720113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720113; background: linear-gradient(135deg, #720113, #723A01);