Shades of Dark Red #8E0302
Tints of Dark Red #8E0302
RGB
CMYK
RGB Variations
Color information
#8E0302 (or 0x8E0302) is known color: Dark Red. HEX triplet: 8E, 03 and 02. RGB value is (142,3,2). Sum of RGB (Red+Green+Blue) = 142+3+2=147 (19% of max value = 765). Red value is 142 (55.86% from 255 or 96.60% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0302 is #71FCFD. Grayscale: #2C2C2C. Windows color (decimal): -7470334 or 131982. OLE color: 131982.
HSL color Cylindrical-coordinate representation of color #8E0302: hue angle of 0.43º degrees, saturation: 0.97, 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 #8E0302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.44 |
| HSL | 0.43º | 0.97% | 0.28% | - |
| HSV(B) | 0.43º | 0.99% | 0.56% | - |
| XYZ | 11.2 | 5.82 | 0.59 | - |
| YUV | 44.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 2 | 0 | 0.98 | 0.99 | 0.44 | 0.43 | 0.97 | 0.28 |
| Hex | 8E | 3 | 2 | 0 | 62 | 63 | 2C | 0 | 61 | 1C |
| Octal | 216 | 3 | 2 | 0 | 142 | 143 | 54 | 0 | 141 | 34 |
| Binary | 10001110 | 11 | 10 | 0 | 1100010 | 1100011 | 101100 | 0 | 1100001 | 11100 |
Color Harmonies of #8E0302
Complementary color
Monochromatic Colors of #8E0302
Black with #8E0302
Text Example
Text Example
White with #8E0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0302; }
p { color: rgb(142,3,2); }
H1.HeaderClassName
{
color: #8E0302;
}
.AnyTagClassName
{
color: #8E0302;
}
</style>
background-color css
<style>
a { background-color: #8E0302; }
a { background-color: rgb(142,3,2); }
div.DivClassName
{
background-color: #8E0302;
}
.BgClassName
{
background-color: #8E0302;
}
</style>
border-color css
<style>
span { border-color: #8E0302; }
span { border-color: rgb(142,3,2); }
td.TdClassName
{
border-color: #8E0302;
}
.TagClassName
{
border-color: #8E0302;
}
</style>