#8E1300

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

Shades of Dark Red #8E1300

Tints of Dark Red #8E1300

Color information

#8E1300 (or 0x8E1300) is unknown color: approx Dark Red. HEX triplet: 8E, 13 and 00. RGB value is (142,19,0). Sum of RGB (Red+Green+Blue) = 142+19+0=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1300 is #71ECFF. Grayscale: #353535. Windows color (decimal): -7466240 or 5006. OLE color: 5006.

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

Color convert

RGB142190-
CMYK00.8710.44
HSL8.03º100%27.84%-
HSV(B)8.03º100%55.69%-
XYZ11.396.220.6-
YUV53.6197.75191.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 88.20%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.20%
G=11.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14219000.8710.448.0310027.84
Hex8E130057642C8641c
Octal2162300127144541014434
Binary100011101001100101011111001001011001000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,0); }

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

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

 a { background-color: rgb(142,19,0); }

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

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

 span { border-color: rgb(142,19,0); }

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