#d71f25
a balanced, vivid red · warm · closest name: crimson
RGB
215, 31, 37
HSL
358°, 75%, 48%
CMYK
0, 86, 83, 16
Luminance
0.1556
Every format
| HEX | #d71f25 |
| RGB | rgb(215, 31, 37) |
| HSL | hsl(358, 75%, 48%) |
| CMYK | cmyk(0%, 86%, 83%, 16%) |
| LAB | lab(46.4 67.1 45.6) |
| LCH | lch(46.4 81.1 34.2) |
| OKLCH | oklch(0.564 0.215 26.6) |
Copy-ready code
/* CSS */
color: #d71f25;
background-color: #d71f25;
/* Tailwind (arbitrary) */
class="text-[#d71f25] bg-[#d71f25]"
/* SCSS */
$brand: #d71f25;
/* SwiftUI */
Color(red: 0.843, green: 0.122, blue: 0.145)
/* Android */
Color.parseColor("#d71f25")Accessibility — WCAG contrast
Aa
#d71f25 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d71f25 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green12.2%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow82.8%
Key (black)15.7%
Color previews
#d71f25 text on a black background
contrast 4.11:1
Card sample
#d71f25 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d71f25;
Background color
Panel with #d71f25 background
background-color: #d71f25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d71f25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 31, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 31, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d71f25; background: linear-gradient(135deg, #d71f25, #D7931F);