#E53935
Material red 600
#E53935 is a red colour. In RGB it is 229 red, 57 green and 53 blue, which converts to a hue of 1 degrees, 77% saturation and 55% lightness. It is Material red 600 in that design system's palette.
Color values
| HEX | #E53935 |
|---|---|
| RGB | rgb(229, 57, 53) |
| HSL | hsl(1, 77%, 55%) |
| HSV | hsv(1, 77%, 90%) |
| CMYK | cmyk(0%, 75%, 77%, 10%) |
Contrast and accessibility
Against white the contrast ratio is 4.23:1, and against black it is 4.97: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.23:1 | Fail | AA |
| Black | 4.97:1 | AA | AAA |
Tints and shades
Lighter tints move #E53935 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E53935; |
|---|---|
| CSS rgb() | color: rgb(229 57 53); |
| Tailwind | bg-[#e53935] |
| SwiftUI | Color(red: 0.898, green: 0.224, blue: 0.208) |
| Android | Color.parseColor("#E53935") |
Closest named color
The nearest CSS colour keyword to #E53935 is crimson (#DC143C).