Shades of Dark Red #8E0505
Tints of Dark Red #8E0505
RGB
CMYK
RGB Variations
Color information
#8E0505 (or 0x8E0505) is known color: Dark Red. HEX triplet: 8E, 05 and 05. RGB value is (142,5,5). Sum of RGB (Red+Green+Blue) = 142+5+5=152 (20% of max value = 765). Red value is 142 (55.86% from 255 or 93.42% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0505 is #71FAFA. Grayscale: #2E2E2E. Windows color (decimal): -7469819 or 329102. OLE color: 329102.
HSL color Cylindrical-coordinate representation of color #8E0505: hue angle of 0º 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 #8E0505 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 5 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.44 |
| HSL | 0º | 0.93% | 0.29% | - |
| HSV(B) | 0º | 0.96% | 0.56% | - |
| XYZ | 11.24 | 5.87 | 0.68 | - |
| YUV | 45.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 5 | 0 | 0.96 | 0.96 | 0.44 | 0 | 0.93 | 0.29 |
| Hex | 8E | 5 | 5 | 0 | 60 | 60 | 2C | 0 | 5D | 1D |
| Octal | 216 | 5 | 5 | 0 | 140 | 140 | 54 | 0 | 135 | 35 |
| Binary | 10001110 | 101 | 101 | 0 | 1100000 | 1100000 | 101100 | 0 | 1011101 | 11101 |
Color Harmonies of #8E0505
Complementary color
Monochromatic Colors of #8E0505
Black with #8E0505
Text Example
Text Example
White with #8E0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0505; }
p { color: rgb(142,5,5); }
H1.HeaderClassName
{
color: #8E0505;
}
.AnyTagClassName
{
color: #8E0505;
}
</style>
background-color css
<style>
a { background-color: #8E0505; }
a { background-color: rgb(142,5,5); }
div.DivClassName
{
background-color: #8E0505;
}
.BgClassName
{
background-color: #8E0505;
}
</style>
border-color css
<style>
span { border-color: #8E0505; }
span { border-color: rgb(142,5,5); }
td.TdClassName
{
border-color: #8E0505;
}
.TagClassName
{
border-color: #8E0505;
}
</style>