#8E201D

Color #8E201D Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #8E201D

Tints of Mandarian Orange #8E201D

Color information

#8E201D (or 0x8E201D) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 20 and 1D. RGB value is (142,32,29). Sum of RGB (Red+Green+Blue) = 142+32+29=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E201D is #71DFE2. Grayscale: #404040. Windows color (decimal): -7462883 or 1908878. OLE color: 1908878.

HSL color Cylindrical-coordinate representation of color #8E201D: hue angle of 1.59º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E201D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1423229-
CMYK00.770.800.44
HSL1.59º66.08%33.53%-
HSV(B)1.59º79.58%55.69%-
XYZ11.896.871.86-
YUV64.55107.94183.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=69.95%
G=15.76%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142322900.770.800.441.5966.0833.53
Hex8E201D04D502C24222
Octal2164035011512054210242
Binary1000111010000011101010011011010000101100101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,29); }

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

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

 a { background-color: rgb(142,32,29); }

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

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

 span { border-color: rgb(142,32,29); }

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