#9E1312

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

Shades of Mandarian Orange #9E1312

Tints of Mandarian Orange #9E1312

Color information

#9E1312 (or 0x9E1312) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 13 and 12. RGB value is (158,19,18). Sum of RGB (Red+Green+Blue) = 158+19+18=195 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.03% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1312 is #61ECED. Grayscale: #3C3C3C. Windows color (decimal): -6417646 or 1184670. OLE color: 1184670.

HSL color Cylindrical-coordinate representation of color #9E1312: hue angle of 0.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 #9E1312 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1581918-
CMYK00.880.890.38
HSL0.43º79.55%34.51%-
HSV(B)0.43º88.61%61.96%-
XYZ14.447.781.31-
YUV60.45104.05197.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 81.03%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=81.03%
G=9.74%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158191800.880.890.380.4379.5534.51
Hex9E1312058592605023
Octal2362322013013146012043
Binary10011110100111001001011000101100110011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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