Shades of Dark Red #8E0504
Tints of Dark Red #8E0504
RGB
CMYK
RGB Variations
Color information
#8E0504 (or 0x8E0504) is known color: Dark Red. HEX triplet: 8E, 05 and 04. RGB value is (142,5,4). Sum of RGB (Red+Green+Blue) = 142+5+4=151 (20% of max value = 765). Red value is 142 (55.86% from 255 or 94.04% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0504 is #71FAFB. Grayscale: #2D2D2D. Windows color (decimal): -7469820 or 263566. OLE color: 263566.
HSL color Cylindrical-coordinate representation of color #8E0504: hue angle of 0.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0504 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 4 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.44 |
| HSL | 0.43º | 0.95% | 0.29% | - |
| HSV(B) | 0.43º | 0.97% | 0.56% | - |
| XYZ | 11.23 | 5.87 | 0.66 | - |
| YUV | 45.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 4 | 0 | 0.96 | 0.97 | 0.44 | 0.43 | 0.95 | 0.29 |
| Hex | 8E | 5 | 4 | 0 | 60 | 61 | 2C | 0 | 5F | 1D |
| Octal | 216 | 5 | 4 | 0 | 140 | 141 | 54 | 0 | 137 | 35 |
| Binary | 10001110 | 101 | 100 | 0 | 1100000 | 1100001 | 101100 | 0 | 1011111 | 11101 |
Color Harmonies of #8E0504
Complementary color
Monochromatic Colors of #8E0504
Black with #8E0504
Text Example
Text Example
White with #8E0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0504; }
p { color: rgb(142,5,4); }
H1.HeaderClassName
{
color: #8E0504;
}
.AnyTagClassName
{
color: #8E0504;
}
</style>
background-color css
<style>
a { background-color: #8E0504; }
a { background-color: rgb(142,5,4); }
div.DivClassName
{
background-color: #8E0504;
}
.BgClassName
{
background-color: #8E0504;
}
</style>
border-color css
<style>
span { border-color: #8E0504; }
span { border-color: rgb(142,5,4); }
td.TdClassName
{
border-color: #8E0504;
}
.TagClassName
{
border-color: #8E0504;
}
</style>