Crimson Cloud
#c32f40
Here's everything about the color Crimson Cloud (#c32f40) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #c32f40 | |
|---|---|---|
| RGB | rgb(195, 47, 64) | |
| HSL | hsl(353, 61%, 47%) | |
| CMYK | cmyk(0%, 76%, 67%, 24%) | |
| LAB | lab(45, 59, 28) | |
| OKLCH | oklch(0.54 0.183 20) |
Color harmonies
Tints & shades
Code snippets
color: #c32f40;
background-color: #c32f40;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC32F40)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.18, blue: 0.25, alpha: 1.0)