#8E0502

Color #8E0502 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #8E0502

Tints of Dark Red #8E0502

Color information

#8E0502 (or 0x8E0502) is unknown color: approx Dark Red. HEX triplet: 8E, 05 and 02. RGB value is (142,5,2). Sum of RGB (Red+Green+Blue) = 142+5+2=149 (19% of max value = 765). Red value is 142 (55.86% from 255 or 95.30% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0502 is #71FAFD. Grayscale: #2D2D2D. Windows color (decimal): -7469822 or 132494. OLE color: 132494.

HSL color Cylindrical-coordinate representation of color #8E0502: hue angle of 1.29º 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 #8E0502 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB14252-
CMYK00.960.990.44
HSL1.29º97.22%28.24%-
HSV(B)1.29º98.59%55.69%-
XYZ11.225.860.6-
YUV45.62103.39196.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 95.30%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=95.30%
G=3.36%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425200.960.990.441.2997.2228.24
Hex8E52060632C1611c
Octal21652014014354114134
Binary10001110101100110000011000111011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E0502; }

 p { color: rgb(142,5,2); }

 H1.HeaderClassName
 {
   color: #8E0502;
 }
 .AnyTagClassName
 {
   color: #8E0502;
 }
</style>
background-color css

<style>
 a { background-color: #8E0502; }

 a { background-color: rgb(142,5,2); }

 div.DivClassName
 {
   background-color: #8E0502;
 }
 .BgClassName
 {
   background-color: #8E0502;
 }
</style>
border-color css

<style>
 span { border-color: #8E0502; }

 span { border-color: rgb(142,5,2); }

 td.TdClassName
 {
   border-color: #8E0502;
 }
 .TagClassName
 {
   border-color: #8E0502;
 }
</style>