Shades of Dark Red #8E1504
Tints of Dark Red #8E1504
RGB
CMYK
RGB Variations
Color information
#8E1504 (or 0x8E1504) is known color: Dark Red. HEX triplet: 8E, 15 and 04. RGB value is (142,21,4). Sum of RGB (Red+Green+Blue) = 142+21+4=167 (22% of max value = 765). Red value is 142 (55.86% from 255 or 85.03% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1504 is #71EAFB. Grayscale: #373737. Windows color (decimal): -7465724 or 267662. OLE color: 267662.
HSL color Cylindrical-coordinate representation of color #8E1504: hue angle of 7.39º 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 #8E1504 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 4 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.44 |
| HSL | 7.39º | 0.95% | 0.29% | - |
| HSV(B) | 7.39º | 0.97% | 0.56% | - |
| XYZ | 11.45 | 6.3 | 0.73 | - |
| YUV | 55.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 4 | 0 | 0.85 | 0.97 | 0.44 | 7.39 | 0.95 | 0.29 |
| Hex | 8E | 15 | 4 | 0 | 55 | 61 | 2C | 7 | 5F | 1D |
| Octal | 216 | 25 | 4 | 0 | 125 | 141 | 54 | 7 | 137 | 35 |
| Binary | 10001110 | 10101 | 100 | 0 | 1010101 | 1100001 | 101100 | 111 | 1011111 | 11101 |
Color Harmonies of #8E1504
Complementary color
Monochromatic Colors of #8E1504
Black with #8E1504
Text Example
Text Example
White with #8E1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1504; }
p { color: rgb(142,21,4); }
H1.HeaderClassName
{
color: #8E1504;
}
.AnyTagClassName
{
color: #8E1504;
}
</style>
background-color css
<style>
a { background-color: #8E1504; }
a { background-color: rgb(142,21,4); }
div.DivClassName
{
background-color: #8E1504;
}
.BgClassName
{
background-color: #8E1504;
}
</style>
border-color css
<style>
span { border-color: #8E1504; }
span { border-color: rgb(142,21,4); }
td.TdClassName
{
border-color: #8E1504;
}
.TagClassName
{
border-color: #8E1504;
}
</style>