Shades of Dark Red #8D0501
Tints of Dark Red #8D0501
RGB
CMYK
RGB Variations
Color information
#8D0501 (or 0x8D0501) is known color: Dark Red. HEX triplet: 8D, 05 and 01. RGB value is (141,5,1). Sum of RGB (Red+Green+Blue) = 141+5+1=147 (19% of max value = 765). Red value is 141 (55.47% from 255 or 95.92% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0501 is #72FAFE. Grayscale: #2D2D2D. Windows color (decimal): -7535359 or 66957. OLE color: 66957.
HSL color Cylindrical-coordinate representation of color #8D0501: hue angle of 1.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.45 |
| HSL | 1.71º | 0.99% | 0.28% | - |
| HSV(B) | 1.71º | 0.99% | 0.55% | - |
| XYZ | 11.04 | 5.77 | 0.56 | - |
| YUV | 45.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 1 | 0 | 0.96 | 0.99 | 0.45 | 1.71 | 0.99 | 0.28 |
| Hex | 8D | 5 | 1 | 0 | 60 | 63 | 2D | 2 | 63 | 1C |
| Octal | 215 | 5 | 1 | 0 | 140 | 143 | 55 | 2 | 143 | 34 |
| Binary | 10001101 | 101 | 1 | 0 | 1100000 | 1100011 | 101101 | 10 | 1100011 | 11100 |
Color Harmonies of #8D0501
Complementary color
Monochromatic Colors of #8D0501
Black with #8D0501
Text Example
Text Example
White with #8D0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0501; }
p { color: rgb(141,5,1); }
H1.HeaderClassName
{
color: #8D0501;
}
.AnyTagClassName
{
color: #8D0501;
}
</style>
background-color css
<style>
a { background-color: #8D0501; }
a { background-color: rgb(141,5,1); }
div.DivClassName
{
background-color: #8D0501;
}
.BgClassName
{
background-color: #8D0501;
}
</style>
border-color css
<style>
span { border-color: #8D0501; }
span { border-color: rgb(141,5,1); }
td.TdClassName
{
border-color: #8D0501;
}
.TagClassName
{
border-color: #8D0501;
}
</style>