#9E2112

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

Shades of Mandarian Orange #9E2112

Tints of Mandarian Orange #9E2112

Color information

#9E2112 (or 0x9E2112) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 21 and 12. RGB value is (158,33,18). Sum of RGB (Red+Green+Blue) = 158+33+18=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2112 is #61DEED. Grayscale: #444444. Windows color (decimal): -6414062 or 1188254. OLE color: 1188254.

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

Color convert

RGB1583318-
CMYK00.790.890.38
HSL6.43º79.55%34.51%-
HSV(B)6.43º88.61%61.96%-
XYZ14.758.41.42-
YUV68.6799.41191.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 75.60%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=75.60%
G=15.79%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158331800.790.890.386.4379.5534.51
Hex9E211204F592665023
Octal2364122011713146612043
Binary10011110100001100100100111110110011001101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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