Html Css Color HEX #9E1411 Mandarian Orange

📋 copy color: '#9E1411'

red 158 ◦ green 20 ◦ blue 17

#9E1411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #9E1411

Tints of Mandarian Orange #9E1411

RGB

 RED value IS 158 (62.11% from 255) = 81.03%

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 81.03%
G = 10.26%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E1411 (or 0x9E1411) is known color: Mandarian Orange. HEX triplet: 9E, 14 and 11. RGB value is (158,20,17). Sum of RGB (Red+Green+Blue) = 158+20+17=195 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.03% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1411 is #61EBEE. Grayscale: #3D3D3D. Windows color (decimal): -6417391 or 1119390. OLE color: 1119390.

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

Color convert

RGB 158 20 17 -
CMYK 0 0.87 0.89 0.38
HSL 1.28º 0.81% 0.34% -
HSV(B) 1.28º 0.89% 0.62% -
XYZ 14.45 7.81 1.28 -
YUV 60.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 158 20 17 0 0.87 0.89 0.38 1.28 0.81 0.34
Hex 9E 14 11 0 57 59 26 1 51 22
Octal 236 24 21 0 127 131 46 1 121 42
Binary 10011110 10100 10001 0 1010111 1011001 100110 1 1010001 100010

Color Harmonies of #9E1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1411

Black with #9E1411

Text Example


Text Example

White with #9E1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E1411;
 }
 .AnyTagClassName
 {
   color: #9E1411;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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