Shades of Dark Red #8E1704
Tints of Dark Red #8E1704
RGB
CMYK
RGB Variations
Color information
#8E1704 (or 0x8E1704) is known color: Dark Red. HEX triplet: 8E, 17 and 04. RGB value is (142,23,4). Sum of RGB (Red+Green+Blue) = 142+23+4=169 (22% of max value = 765). Red value is 142 (55.86% from 255 or 84.02% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1704 is #71E8FB. Grayscale: #383838. Windows color (decimal): -7465212 or 268174. OLE color: 268174.
HSL color Cylindrical-coordinate representation of color #8E1704: hue angle of 8.26º 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 #8E1704 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 23 | 4 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.44 |
| HSL | 8.26º | 0.95% | 0.29% | - |
| HSV(B) | 8.26º | 0.97% | 0.56% | - |
| XYZ | 11.48 | 6.37 | 0.74 | - |
| YUV | 56.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 4 | 0 | 0.84 | 0.97 | 0.44 | 8.26 | 0.95 | 0.29 |
| Hex | 8E | 17 | 4 | 0 | 54 | 61 | 2C | 8 | 5F | 1D |
| Octal | 216 | 27 | 4 | 0 | 124 | 141 | 54 | 10 | 137 | 35 |
| Binary | 10001110 | 10111 | 100 | 0 | 1010100 | 1100001 | 101100 | 1000 | 1011111 | 11101 |
Color Harmonies of #8E1704
Complementary color
Monochromatic Colors of #8E1704
Black with #8E1704
Text Example
Text Example
White with #8E1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1704; }
p { color: rgb(142,23,4); }
H1.HeaderClassName
{
color: #8E1704;
}
.AnyTagClassName
{
color: #8E1704;
}
</style>
background-color css
<style>
a { background-color: #8E1704; }
a { background-color: rgb(142,23,4); }
div.DivClassName
{
background-color: #8E1704;
}
.BgClassName
{
background-color: #8E1704;
}
</style>
border-color css
<style>
span { border-color: #8E1704; }
span { border-color: rgb(142,23,4); }
td.TdClassName
{
border-color: #8E1704;
}
.TagClassName
{
border-color: #8E1704;
}
</style>