#8E0403

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

Shades of Dark Red #8E0403

Tints of Dark Red #8E0403

Color information

#8E0403 (or 0x8E0403) is unknown color: approx Dark Red. HEX triplet: 8E, 04 and 03. RGB value is (142,4,3). Sum of RGB (Red+Green+Blue) = 142+4+3=149 (19% of max value = 765). Red value is 142 (55.86% from 255 or 95.30% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0403 is #71FBFC. Grayscale: #2D2D2D. Windows color (decimal): -7470077 or 197774. OLE color: 197774.

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

Color convert

RGB14243-
CMYK00.970.980.44
HSL0.43º95.86%28.43%-
HSV(B)0.43º97.89%55.69%-
XYZ11.225.840.62-
YUV45.15104.22197.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 95.30%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=95.30%
G=2.68%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424300.970.980.440.4395.8628.43
Hex8E43061622C0601c
Octal21643014114254014034
Binary10001110100110110000111000101011000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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