#9E2713

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

Shades of Mandarian Orange #9E2713

Tints of Mandarian Orange #9E2713

Color information

#9E2713 (or 0x9E2713) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 27 and 13. RGB value is (158,39,19). Sum of RGB (Red+Green+Blue) = 158+39+19=216 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.15% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2713 is #61D8EC. Grayscale: #484848. Windows color (decimal): -6412525 or 1255326. OLE color: 1255326.

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

Color convert

RGB1583919-
CMYK00.750.880.38
HSL8.63º78.53%34.71%-
HSV(B)8.63º87.97%61.96%-
XYZ14.948.771.52-
YUV72.397.92189.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.15%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 19 (7.81% from 255) = 8.80%
R=73.15%
G=18.06%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158391900.750.880.388.6378.5334.71
Hex9E271304B582694f23
Octal23647230113130461111743
Binary100111101001111001101001011101100010011010011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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