#8E0400

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

Shades of Dark Red #8E0400

Tints of Dark Red #8E0400

Color information

#8E0400 (or 0x8E0400) is unknown color: approx Dark Red. HEX triplet: 8E, 04 and 00. RGB value is (142,4,0). Sum of RGB (Red+Green+Blue) = 142+4+0=146 (19% of max value = 765). Red value is 142 (55.86% from 255 or 97.26% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0400 is #71FBFF. Grayscale: #2C2C2C. Windows color (decimal): -7470080 or 1166. OLE color: 1166.

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

Color convert

RGB14240-
CMYK00.9710.44
HSL1.69º100%27.84%-
HSV(B)1.69º100%55.69%-
XYZ11.25.840.54-
YUV44.81102.72197.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 97.26%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.26%
G=2.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424000.9710.441.6910027.84
Hex8E40061642C2641c
Octal21640014114454214434
Binary10001110100001100001110010010110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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