#8E0F0A

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

Shades of Dark Red #8E0F0A

Tints of Dark Red #8E0F0A

Color information

#8E0F0A (or 0x8E0F0A) is unknown color: approx Dark Red. HEX triplet: 8E, 0F and 0A. RGB value is (142,15,10). Sum of RGB (Red+Green+Blue) = 142+15+10=167 (22% of max value = 765). Red value is 142 (55.86% from 255 or 85.03% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0F0A is #71F0F5. Grayscale: #343434. Windows color (decimal): -7467254 or 659342. OLE color: 659342.

HSL color Cylindrical-coordinate representation of color #8E0F0A: hue angle of 2.27º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0F0A is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB1421510-
CMYK00.890.930.44
HSL2.27º86.84%29.8%-
HSV(B)2.27º92.96%55.69%-
XYZ11.386.110.87-
YUV52.4104.08191.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 85.03%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=85.03%
G=8.98%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142151000.890.930.442.2786.8429.8
Hex8EFA0595D2C2571e
Octal2161712013113554212736
Binary100011101111101001011001101110110110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,10); }

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

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

 a { background-color: rgb(142,15,10); }

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

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

 span { border-color: rgb(142,15,10); }

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