Shades of Dark Red #8E0E08
Tints of Dark Red #8E0E08
RGB
CMYK
RGB Variations
Color information
#8E0E08 (or 0x8E0E08) is known color: Dark Red. HEX triplet: 8E, 0E and 08. RGB value is (142,14,8). Sum of RGB (Red+Green+Blue) = 142+14+8=164 (21% of max value = 765). Red value is 142 (55.86% from 255 or 86.59% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0E08 is #71F1F7. Grayscale: #333333. Windows color (decimal): -7467512 or 528014. OLE color: 528014.
HSL color Cylindrical-coordinate representation of color #8E0E08: hue angle of 2.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0E08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 8 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.44 |
| HSL | 2.69º | 0.89% | 0.29% | - |
| HSV(B) | 2.69º | 0.94% | 0.56% | - |
| XYZ | 11.36 | 6.08 | 0.81 | - |
| YUV | 51.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 8 | 0 | 0.90 | 0.94 | 0.44 | 2.69 | 0.89 | 0.29 |
| Hex | 8E | E | 8 | 0 | 5A | 5E | 2C | 3 | 59 | 1D |
| Octal | 216 | 16 | 10 | 0 | 132 | 136 | 54 | 3 | 131 | 35 |
| Binary | 10001110 | 1110 | 1000 | 0 | 1011010 | 1011110 | 101100 | 11 | 1011001 | 11101 |
Color Harmonies of #8E0E08
Complementary color
Monochromatic Colors of #8E0E08
Black with #8E0E08
Text Example
Text Example
White with #8E0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E08; }
p { color: rgb(142,14,8); }
H1.HeaderClassName
{
color: #8E0E08;
}
.AnyTagClassName
{
color: #8E0E08;
}
</style>
background-color css
<style>
a { background-color: #8E0E08; }
a { background-color: rgb(142,14,8); }
div.DivClassName
{
background-color: #8E0E08;
}
.BgClassName
{
background-color: #8E0E08;
}
</style>
border-color css
<style>
span { border-color: #8E0E08; }
span { border-color: rgb(142,14,8); }
td.TdClassName
{
border-color: #8E0E08;
}
.TagClassName
{
border-color: #8E0E08;
}
</style>