Shades of Dark Red #8E0201
Tints of Dark Red #8E0201
RGB
CMYK
RGB Variations
Color information
#8E0201 (or 0x8E0201) is known color: Dark Red. HEX triplet: 8E, 02 and 01. RGB value is (142,2,1). Sum of RGB (Red+Green+Blue) = 142+2+1=145 (19% of max value = 765). Red value is 142 (55.86% from 255 or 97.93% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0201 is #71FDFE. Grayscale: #2B2B2B. Windows color (decimal): -7470591 or 66190. OLE color: 66190.
HSL color Cylindrical-coordinate representation of color #8E0201: hue angle of 0.43º degrees, saturation: 0.99, 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 #8E0201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.44 |
| HSL | 0.43º | 0.99% | 0.28% | - |
| HSV(B) | 0.43º | 0.99% | 0.56% | - |
| XYZ | 11.18 | 5.8 | 0.56 | - |
| YUV | 43.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 1 | 0 | 0.99 | 0.99 | 0.44 | 0.43 | 0.99 | 0.28 |
| Hex | 8E | 2 | 1 | 0 | 63 | 63 | 2C | 0 | 63 | 1C |
| Octal | 216 | 2 | 1 | 0 | 143 | 143 | 54 | 0 | 143 | 34 |
| Binary | 10001110 | 10 | 1 | 0 | 1100011 | 1100011 | 101100 | 0 | 1100011 | 11100 |
Color Harmonies of #8E0201
Complementary color
Monochromatic Colors of #8E0201
Black with #8E0201
Text Example
Text Example
White with #8E0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0201; }
p { color: rgb(142,2,1); }
H1.HeaderClassName
{
color: #8E0201;
}
.AnyTagClassName
{
color: #8E0201;
}
</style>
background-color css
<style>
a { background-color: #8E0201; }
a { background-color: rgb(142,2,1); }
div.DivClassName
{
background-color: #8E0201;
}
.BgClassName
{
background-color: #8E0201;
}
</style>
border-color css
<style>
span { border-color: #8E0201; }
span { border-color: rgb(142,2,1); }
td.TdClassName
{
border-color: #8E0201;
}
.TagClassName
{
border-color: #8E0201;
}
</style>