Html Css Color HEX #9E2217 Mandarian Orange

📋 copy color: '#9E2217'

red 158 ◦ green 34 ◦ blue 23

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

Shades of Mandarian Orange #9E2217

Tints of Mandarian Orange #9E2217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 73.49%
G = 15.81%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E2217 (or 0x9E2217) is known color: Mandarian Orange. HEX triplet: 9E, 22 and 17. RGB value is (158,34,23). Sum of RGB (Red+Green+Blue) = 158+34+23=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2217 is #61DDE8. Grayscale: #454545. Windows color (decimal): -6413801 or 1516190. OLE color: 1516190.

HSL color Cylindrical-coordinate representation of color #9E2217: hue angle of 4.89º 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 #9E2217 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 34 23 -
CMYK 0 0.78 0.85 0.38
HSL 4.89º 0.75% 0.35% -
HSV(B) 4.89º 0.85% 0.62% -
XYZ 14.83 8.48 1.66 -
YUV 69.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 158 34 23 0 0.78 0.85 0.38 4.89 0.75 0.35
Hex 9E 22 17 0 4E 55 26 5 4B 23
Octal 236 42 27 0 116 125 46 5 113 43
Binary 10011110 100010 10111 0 1001110 1010101 100110 101 1001011 100011

Color Harmonies of #9E2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2217

Black with #9E2217

Text Example


Text Example

White with #9E2217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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