Shades of Dark Red #8E0C05
Tints of Dark Red #8E0C05
RGB
CMYK
RGB Variations
Color information
#8E0C05 (or 0x8E0C05) is known color: Dark Red. HEX triplet: 8E, 0C and 05. RGB value is (142,12,5). Sum of RGB (Red+Green+Blue) = 142+12+5=159 (21% of max value = 765). Red value is 142 (55.86% from 255 or 89.31% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0C05 is #71F3FA. Grayscale: #323232. Windows color (decimal): -7468027 or 330894. OLE color: 330894.
HSL color Cylindrical-coordinate representation of color #8E0C05: hue angle of 3.07º 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 #8E0C05 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 5 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.44 |
| HSL | 3.07º | 0.93% | 0.29% | - |
| HSV(B) | 3.07º | 0.96% | 0.56% | - |
| XYZ | 11.31 | 6.02 | 0.71 | - |
| YUV | 50.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 5 | 0 | 0.92 | 0.96 | 0.44 | 3.07 | 0.93 | 0.29 |
| Hex | 8E | C | 5 | 0 | 5C | 60 | 2C | 3 | 5D | 1D |
| Octal | 216 | 14 | 5 | 0 | 134 | 140 | 54 | 3 | 135 | 35 |
| Binary | 10001110 | 1100 | 101 | 0 | 1011100 | 1100000 | 101100 | 11 | 1011101 | 11101 |
Color Harmonies of #8E0C05
Complementary color
Monochromatic Colors of #8E0C05
Black with #8E0C05
Text Example
Text Example
White with #8E0C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C05; }
p { color: rgb(142,12,5); }
H1.HeaderClassName
{
color: #8E0C05;
}
.AnyTagClassName
{
color: #8E0C05;
}
</style>
background-color css
<style>
a { background-color: #8E0C05; }
a { background-color: rgb(142,12,5); }
div.DivClassName
{
background-color: #8E0C05;
}
.BgClassName
{
background-color: #8E0C05;
}
</style>
border-color css
<style>
span { border-color: #8E0C05; }
span { border-color: rgb(142,12,5); }
td.TdClassName
{
border-color: #8E0C05;
}
.TagClassName
{
border-color: #8E0C05;
}
</style>