#710113
a deep, electric red · warm · closest name: maroon
RGB
113, 1, 19
HSL
350°, 98%, 22%
CMYK
0, 99, 83, 56
Luminance
0.0358
Every format
| HEX | #710113 |
| RGB | rgb(113, 1, 19) |
| HSL | hsl(350, 98%, 22%) |
| CMYK | cmyk(0%, 99%, 83%, 56%) |
| LAB | lab(22.2 44.2 24.9) |
| LCH | lch(22.2 50.7 29.4) |
| OKLCH | oklch(0.347 0.139 22.8) |
Copy-ready code
/* CSS */
color: #710113;
background-color: #710113;
/* Tailwind (arbitrary) */
class="text-[#710113] bg-[#710113]"
/* SCSS */
$brand: #710113;
/* SwiftUI */
Color(red: 0.443, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#710113")Accessibility — WCAG contrast
Aa
#710113 on white: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710113 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow83.2%
Key (black)55.7%
Color previews
#710113 text on a black background
contrast 1.72:1
Card sample
#710113 text on a white background
contrast 12.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710113;
Background color
Panel with #710113 background
background-color: #710113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710113; background: linear-gradient(135deg, #710113, #713A01);