Knockout
#c42b2d
Knockout, represented by the hex value #c42b2d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c42b2d | |
|---|---|---|
| RGB | rgb(196, 43, 45) | |
| HSL | hsl(359, 64%, 47%) | |
| CMYK | cmyk(0%, 78%, 77%, 23%) | |
| LAB | lab(44, 60, 39) | |
| OKLCH | oklch(0.54 0.189 26) |
Color harmonies
Tints & shades
Code snippets
color: #c42b2d;
background-color: #c42b2d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC42B2D)
/* Swift / UIKit */
UIColor(red: 0.77, green: 0.17, blue: 0.18, alpha: 1.0)