Rose Red Hex Code — #C21E56
RGB, HSL, and CMYK values for Rose Red.
Rose Red Color Values
| Format | Value |
|---|---|
| HEX | #C21E56 |
| RGB | rgb(194, 30, 86) |
| HSL | hsl(340, 73%, 44%) |
| CMYK | cmyk(0%, 85%, 56%, 24%) |
Want to explore more shades? Use our Color Converter
About Rose Red
Color psychology: Romance, affection.
Rose Red (#C21E56) is a medium shade of red. It's commonly used in web design, graphic design, and branding where romance, affection are desired associations.
How to Use Rose Red in CSS
/* Using HEX */ color: #C21E56; background-color: #C21E56; /* Using RGB */ color: rgb(194, 30, 86); /* Using HSL */ color: hsl(340, 73%, 44%);