#9E1D19

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

Shades of Mandarian Orange #9E1D19

Tints of Mandarian Orange #9E1D19

Color information

#9E1D19 (or 0x9E1D19) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 1D and 19. RGB value is (158,29,25). Sum of RGB (Red+Green+Blue) = 158+29+25=212 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.53% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1D19 is #61E2E6. Grayscale: #434343. Windows color (decimal): -6415079 or 1645982. OLE color: 1645982.

HSL color Cylindrical-coordinate representation of color #9E1D19: hue angle of 1.8º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1D19 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1582925-
CMYK00.820.840.38
HSL1.8º72.68%35.88%-
HSV(B)1.8º84.18%61.96%-
XYZ14.728.221.73-
YUV67.11104.24192.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 74.53%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 25 (10.16% from 255) = 11.79%
R=74.53%
G=13.68%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158292500.820.840.381.872.6835.88
Hex9E1D19052542624924
Octal2363531012212446211144
Binary100111101110111001010100101010100100110101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,29,25); }

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

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

 a { background-color: rgb(158,29,25); }

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

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

 span { border-color: rgb(158,29,25); }

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