#8E1703

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

Shades of Dark Red #8E1703

Tints of Dark Red #8E1703

Color information

#8E1703 (or 0x8E1703) is unknown color: approx Dark Red. HEX triplet: 8E, 17 and 03. RGB value is (142,23,3). Sum of RGB (Red+Green+Blue) = 142+23+3=168 (22% of max value = 765). Red value is 142 (55.86% from 255 or 84.52% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1703 is #71E8FC. Grayscale: #383838. Windows color (decimal): -7465213 or 202638. OLE color: 202638.

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

Color convert

RGB142233-
CMYK00.840.980.44
HSL8.63º95.86%28.43%-
HSV(B)8.63º97.89%55.69%-
XYZ11.486.370.71-
YUV56.397.92189.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 84.52%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 3 (1.56% from 255) = 1.79%
R=84.52%
G=13.69%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14223300.840.980.448.6395.8628.43
Hex8E173054622C9601c
Octal2162730124142541114034
Binary1000111010111110101010011000101011001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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