#9E1211

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

Shades of Mandarian Orange #9E1211

Tints of Mandarian Orange #9E1211

Color information

#9E1211 (or 0x9E1211) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 12 and 11. RGB value is (158,18,17). Sum of RGB (Red+Green+Blue) = 158+18+17=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1211 is #61EDEE. Grayscale: #3B3B3B. Windows color (decimal): -6417903 or 1118878. OLE color: 1118878.

HSL color Cylindrical-coordinate representation of color #9E1211: hue angle of 0.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1211 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1581817-
CMYK00.890.890.38
HSL0.43º80.57%34.31%-
HSV(B)0.43º89.24%61.96%-
XYZ14.427.741.26-
YUV59.75103.88198.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 81.87%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=81.87%
G=9.33%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158181700.890.890.380.4380.5734.31
Hex9E1211059592605122
Octal2362221013113146012142
Binary10011110100101000101011001101100110011001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1211; }

 p { color: rgb(158,18,17); }

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

<style>
 a { background-color: #9E1211; }

 a { background-color: rgb(158,18,17); }

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

<style>
 span { border-color: #9E1211; }

 span { border-color: rgb(158,18,17); }

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