Netflix Red Hex Code — #E50914
RGB, HSL, and CMYK values for Netflix Red.
Netflix Red Color Values
| Format | Value |
|---|---|
| HEX | #E50914 |
| RGB | rgb(229, 9, 20) |
| HSL | hsl(357, 92%, 47%) |
| CMYK | cmyk(0%, 96%, 91%, 10%) |
Want to explore more shades? Use our Color Converter
About Netflix Red
Color psychology: Excitement, entertainment.
Netflix Red (#E50914) is a medium shade of red. It's commonly used in web design, graphic design, and branding where excitement, entertainment are desired associations.
How to Use Netflix Red in CSS
/* Using HEX */ color: #E50914; background-color: #E50914; /* Using RGB */ color: rgb(229, 9, 20); /* Using HSL */ color: hsl(357, 92%, 47%);