Cherry Crush
#c71414
Looking for the precise values behind Cherry Crush (#c71414)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c71414 | |
|---|---|---|
| RGB | rgb(199, 20, 20) | |
| HSL | hsl(0, 82%, 43%) | |
| CMYK | cmyk(0%, 90%, 90%, 22%) | |
| LAB | lab(43, 65, 51) | |
| OKLCH | oklch(0.53 0.207 28) |
Color harmonies
Tints & shades
Code snippets
color: #c71414;
background-color: #c71414;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC71414)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.08, blue: 0.08, alpha: 1.0)