Shades of Dark Red #8E1002
Tints of Dark Red #8E1002
RGB
CMYK
RGB Variations
Color information
#8E1002 (or 0x8E1002) is known color: Dark Red. HEX triplet: 8E, 10 and 02. RGB value is (142,16,2). Sum of RGB (Red+Green+Blue) = 142+16+2=160 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.75% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1002 is #71EFFD. Grayscale: #343434. Windows color (decimal): -7467006 or 135310. OLE color: 135310.
HSL color Cylindrical-coordinate representation of color #8E1002: hue angle of 6º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E1002 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 16 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.44 |
| HSL | 6º | 0.97% | 0.28% | - |
| HSV(B) | 6º | 0.99% | 0.56% | - |
| XYZ | 11.35 | 6.13 | 0.64 | - |
| YUV | 52.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 2 | 0 | 0.89 | 0.99 | 0.44 | 6 | 0.97 | 0.28 |
| Hex | 8E | 10 | 2 | 0 | 59 | 63 | 2C | 6 | 61 | 1C |
| Octal | 216 | 20 | 2 | 0 | 131 | 143 | 54 | 6 | 141 | 34 |
| Binary | 10001110 | 10000 | 10 | 0 | 1011001 | 1100011 | 101100 | 110 | 1100001 | 11100 |
Color Harmonies of #8E1002
Complementary color
Monochromatic Colors of #8E1002
Black with #8E1002
Text Example
Text Example
White with #8E1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1002; }
p { color: rgb(142,16,2); }
H1.HeaderClassName
{
color: #8E1002;
}
.AnyTagClassName
{
color: #8E1002;
}
</style>
background-color css
<style>
a { background-color: #8E1002; }
a { background-color: rgb(142,16,2); }
div.DivClassName
{
background-color: #8E1002;
}
.BgClassName
{
background-color: #8E1002;
}
</style>
border-color css
<style>
span { border-color: #8E1002; }
span { border-color: rgb(142,16,2); }
td.TdClassName
{
border-color: #8E1002;
}
.TagClassName
{
border-color: #8E1002;
}
</style>