Shades of Dark Red #8E1202
Tints of Dark Red #8E1202
RGB
CMYK
RGB Variations
Color information
#8E1202 (or 0x8E1202) is known color: Dark Red. HEX triplet: 8E, 12 and 02. RGB value is (142,18,2). Sum of RGB (Red+Green+Blue) = 142+18+2=162 (21% of max value = 765). Red value is 142 (55.86% from 255 or 87.65% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1202 is #71EDFD. Grayscale: #353535. Windows color (decimal): -7466494 or 135822. OLE color: 135822.
HSL color Cylindrical-coordinate representation of color #8E1202: hue angle of 6.86º 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 #8E1202 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.44 |
| HSL | 6.86º | 0.97% | 0.28% | - |
| HSV(B) | 6.86º | 0.99% | 0.56% | - |
| XYZ | 11.38 | 6.19 | 0.65 | - |
| YUV | 53.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 2 | 0 | 0.87 | 0.99 | 0.44 | 6.86 | 0.97 | 0.28 |
| Hex | 8E | 12 | 2 | 0 | 57 | 63 | 2C | 7 | 61 | 1C |
| Octal | 216 | 22 | 2 | 0 | 127 | 143 | 54 | 7 | 141 | 34 |
| Binary | 10001110 | 10010 | 10 | 0 | 1010111 | 1100011 | 101100 | 111 | 1100001 | 11100 |
Color Harmonies of #8E1202
Complementary color
Monochromatic Colors of #8E1202
Black with #8E1202
Text Example
Text Example
White with #8E1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1202; }
p { color: rgb(142,18,2); }
H1.HeaderClassName
{
color: #8E1202;
}
.AnyTagClassName
{
color: #8E1202;
}
</style>
background-color css
<style>
a { background-color: #8E1202; }
a { background-color: rgb(142,18,2); }
div.DivClassName
{
background-color: #8E1202;
}
.BgClassName
{
background-color: #8E1202;
}
</style>
border-color css
<style>
span { border-color: #8E1202; }
span { border-color: rgb(142,18,2); }
td.TdClassName
{
border-color: #8E1202;
}
.TagClassName
{
border-color: #8E1202;
}
</style>