#D32F2F
Material red 700
#D32F2F is a red colour. In RGB it is 211 red, 47 green and 47 blue, which converts to a hue of 0 degrees, 65% saturation and 51% lightness. It is Material red 700 in that design system's palette.
Color values
| HEX | #D32F2F |
|---|---|
| RGB | rgb(211, 47, 47) |
| HSL | hsl(0, 65%, 51%) |
| HSV | hsv(0, 78%, 83%) |
| CMYK | cmyk(0%, 78%, 78%, 17%) |
Contrast and accessibility
Against white the contrast ratio is 4.98:1, and against black it is 4.22:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 4.98:1 | AA | AAA |
| Black | 4.22:1 | Fail | AA |
Tints and shades
Lighter tints move #D32F2F toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D32F2F; |
|---|---|
| CSS rgb() | color: rgb(211 47 47); |
| Tailwind | bg-[#d32f2f] |
| SwiftUI | Color(red: 0.827, green: 0.184, blue: 0.184) |
| Android | Color.parseColor("#D32F2F") |
Closest named color
The nearest CSS colour keyword to #D32F2F is crimson (#DC143C).