#FF7043
Material deeporange 400
#FF7043 is a red colour. In RGB it is 255 red, 112 green and 67 blue, which converts to a hue of 14 degrees, 100% saturation and 63% lightness. It is Material deeporange 400 in that design system's palette.
Color values
| HEX | #FF7043 |
|---|---|
| RGB | rgb(255, 112, 67) |
| HSL | hsl(14, 100%, 63%) |
| HSV | hsv(14, 74%, 100%) |
| CMYK | cmyk(0%, 56%, 74%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 2.74:1, and against black it is 7.65: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 | 2.74:1 | Fail | Fail |
| Black | 7.65:1 | AAA | AAA |
Tints and shades
Lighter tints move #FF7043 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FF7043; |
|---|---|
| CSS rgb() | color: rgb(255 112 67); |
| Tailwind | bg-[#ff7043] |
| SwiftUI | Color(red: 1.000, green: 0.439, blue: 0.263) |
| Android | Color.parseColor("#FF7043") |
Closest named color
The nearest CSS colour keyword to #FF7043 is tomato (#FF6347).