Red Coral
#ff4040
Here's everything about the color Red Coral (#ff4040) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff4040 | |
|---|---|---|
| RGB | rgb(255, 64, 64) | |
| HSL | hsl(0, 100%, 63%) | |
| CMYK | cmyk(0%, 75%, 75%, 0%) | |
| LAB | lab(58, 71, 47) | |
| OKLCH | oklch(0.66 0.227 26) |
Color harmonies
Tints & shades
Code snippets
color: #ff4040;
background-color: #ff4040;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF4040)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.25, blue: 0.25, alpha: 1.0)