King Crimson
#c64a4a
King Crimson is a color with the hex code #c64a4a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c64a4a | |
|---|---|---|
| RGB | rgb(198, 74, 74) | |
| HSL | hsl(0, 52%, 53%) | |
| CMYK | cmyk(0%, 63%, 63%, 22%) | |
| LAB | lab(49, 50, 28) | |
| OKLCH | oklch(0.58 0.159 23) |
Color harmonies
Tints & shades
Code snippets
color: #c64a4a;
background-color: #c64a4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC64A4A)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.29, blue: 0.29, alpha: 1.0)