#9E1B14

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

Shades of Mandarian Orange #9E1B14

Tints of Mandarian Orange #9E1B14

Color information

#9E1B14 (or 0x9E1B14) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 1B and 14. RGB value is (158,27,20). Sum of RGB (Red+Green+Blue) = 158+27+20=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1B14 is #61E4EB. Grayscale: #414141. Windows color (decimal): -6415596 or 1317790. OLE color: 1317790.

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

Color convert

RGB1582720-
CMYK00.830.870.38
HSL3.04º77.53%34.9%-
HSV(B)3.04º87.34%61.96%-
XYZ14.628.11.46-
YUV65.37102.4194.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 77.07%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=77.07%
G=13.17%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158272000.830.870.383.0477.5334.9
Hex9E1B14053572634e23
Octal2363324012312746311643
Binary100111101101110100010100111010111100110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,27,20); }

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

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

 a { background-color: rgb(158,27,20); }

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

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

 span { border-color: rgb(158,27,20); }

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