Dark Red Hex Code — #8B0000
RGB, HSL, and CMYK values for Dark Red.
Dark Red Color Values
| Format | Value |
|---|---|
| HEX | #8B0000 |
| RGB | rgb(139, 0, 0) |
| HSL | hsl(0, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 100%, 45%) |
Want to explore more shades? Use our Color Converter
About Dark Red
Color psychology: Power, determination.
Dark Red (#8B0000) is a dark shade of red. It's commonly used in web design, graphic design, and branding where power, determination are desired associations.
How to Use Dark Red in CSS
/* Using HEX */ color: #8B0000; background-color: #8B0000; /* Using RGB */ color: rgb(139, 0, 0); /* Using HSL */ color: hsl(0, 100%, 27%);