Cherry Sangria
#c92435
Looking for the precise values behind Cherry Sangria (#c92435)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c92435 | |
|---|---|---|
| RGB | rgb(201, 36, 53) | |
| HSL | hsl(354, 70%, 46%) | |
| CMYK | cmyk(0%, 82%, 74%, 21%) | |
| LAB | lab(45, 63, 35) | |
| OKLCH | oklch(0.54 0.198 22) |
Color harmonies
Tints & shades
Code snippets
color: #c92435;
background-color: #c92435;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC92435)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.14, blue: 0.21, alpha: 1.0)