#8E1001

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

Shades of Dark Red #8E1001

Tints of Dark Red #8E1001

Color information

#8E1001 (or 0x8E1001) is unknown color: approx Dark Red. HEX triplet: 8E, 10 and 01. RGB value is (142,16,1). Sum of RGB (Red+Green+Blue) = 142+16+1=159 (21% of max value = 765). Red value is 142 (55.86% from 255 or 89.31% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1001 is #71EFFE. Grayscale: #343434. Windows color (decimal): -7467007 or 69774. OLE color: 69774.

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

Color convert

RGB142161-
CMYK00.890.990.44
HSL6.38º98.6%28.04%-
HSV(B)6.38º99.3%55.69%-
XYZ11.356.120.61-
YUV51.9699.24192.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 89.31%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=89.31%
G=10.06%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14216100.890.990.446.3898.628.04
Hex8E101059632C6631c
Octal216201013114354614334
Binary10001110100001010110011100011101100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,16,1); }

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

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

 a { background-color: rgb(142,16,1); }

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

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

 span { border-color: rgb(142,16,1); }

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