YouTube Red Hex Code — #FF0000
RGB, HSL, and CMYK values for YouTube Red.
YouTube Red Color Values
| Format | Value |
|---|---|
| HEX | #FF0000 |
| RGB | rgb(255, 0, 0) |
| HSL | hsl(0, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About YouTube Red
Color psychology: Passion, entertainment.
YouTube Red (#FF0000) is a medium shade of red. It's commonly used in web design, graphic design, and branding where passion, entertainment are desired associations.
How to Use YouTube Red in CSS
/* Using HEX */ color: #FF0000; background-color: #FF0000; /* Using RGB */ color: rgb(255, 0, 0); /* Using HSL */ color: hsl(0, 100%, 50%);