Venetian Red Hex Code — #C80815
RGB, HSL, and CMYK values for Venetian Red.
Venetian Red Color Values
| Format | Value |
|---|---|
| HEX | #C80815 |
| RGB | rgb(200, 8, 21) |
| HSL | hsl(356, 92%, 41%) |
| CMYK | cmyk(0%, 96%, 89%, 22%) |
Want to explore more shades? Use our Color Converter
About Venetian Red
Color psychology: Classic, artistic.
Venetian Red (#C80815) is a medium shade of red. It's commonly used in web design, graphic design, and branding where classic, artistic are desired associations.
How to Use Venetian Red in CSS
/* Using HEX */ color: #C80815; background-color: #C80815; /* Using RGB */ color: rgb(200, 8, 21); /* Using HSL */ color: hsl(356, 92%, 41%);