Shades of Dark Red #8E0905
Tints of Dark Red #8E0905
RGB
CMYK
RGB Variations
Color information
#8E0905 (or 0x8E0905) is known color: Dark Red. HEX triplet: 8E, 09 and 05. RGB value is (142,9,5). Sum of RGB (Red+Green+Blue) = 142+9+5=156 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.03% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0905 is #71F6FA. Grayscale: #303030. Windows color (decimal): -7468795 or 330126. OLE color: 330126.
HSL color Cylindrical-coordinate representation of color #8E0905: hue angle of 1.75º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0905 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 5 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.44 |
| HSL | 1.75º | 0.93% | 0.29% | - |
| HSV(B) | 1.75º | 0.96% | 0.56% | - |
| XYZ | 11.28 | 5.96 | 0.7 | - |
| YUV | 48.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 5 | 0 | 0.94 | 0.96 | 0.44 | 1.75 | 0.93 | 0.29 |
| Hex | 8E | 9 | 5 | 0 | 5E | 60 | 2C | 2 | 5D | 1D |
| Octal | 216 | 11 | 5 | 0 | 136 | 140 | 54 | 2 | 135 | 35 |
| Binary | 10001110 | 1001 | 101 | 0 | 1011110 | 1100000 | 101100 | 10 | 1011101 | 11101 |
Color Harmonies of #8E0905
Complementary color
Monochromatic Colors of #8E0905
Black with #8E0905
Text Example
Text Example
White with #8E0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0905; }
p { color: rgb(142,9,5); }
H1.HeaderClassName
{
color: #8E0905;
}
.AnyTagClassName
{
color: #8E0905;
}
</style>
background-color css
<style>
a { background-color: #8E0905; }
a { background-color: rgb(142,9,5); }
div.DivClassName
{
background-color: #8E0905;
}
.BgClassName
{
background-color: #8E0905;
}
</style>
border-color css
<style>
span { border-color: #8E0905; }
span { border-color: rgb(142,9,5); }
td.TdClassName
{
border-color: #8E0905;
}
.TagClassName
{
border-color: #8E0905;
}
</style>