Html Css Color HEX #9E2117 Mandarian Orange

📋 copy color: '#9E2117'

red 158 ◦ green 33 ◦ blue 23

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

Shades of Mandarian Orange #9E2117

Tints of Mandarian Orange #9E2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 73.83%
G = 15.42%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E2117 (or 0x9E2117) is known color: Mandarian Orange. HEX triplet: 9E, 21 and 17. RGB value is (158,33,23). Sum of RGB (Red+Green+Blue) = 158+33+23=214 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.83% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2117 is #61DEE8. Grayscale: #454545. Windows color (decimal): -6414057 or 1515934. OLE color: 1515934.

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

Color convert

RGB 158 33 23 -
CMYK 0 0.79 0.85 0.38
HSL 4.44º 0.75% 0.35% -
HSV(B) 4.44º 0.85% 0.62% -
XYZ 14.8 8.42 1.66 -
YUV 69.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 158 33 23 0 0.79 0.85 0.38 4.44 0.75 0.35
Hex 9E 21 17 0 4F 55 26 4 4B 23
Octal 236 41 27 0 117 125 46 4 113 43
Binary 10011110 100001 10111 0 1001111 1010101 100110 100 1001011 100011

Color Harmonies of #9E2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2117

Black with #9E2117

Text Example


Text Example

White with #9E2117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,33,23); }

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

background-color css

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

 a { background-color: rgb(158,33,23); }

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

border-color css

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

 span { border-color: rgb(158,33,23); }

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