Html Css Color HEX #9E2616 Mandarian Orange

📋 copy color: '#9E2616'

red 158 ◦ green 38 ◦ blue 22

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

Shades of Mandarian Orange #9E2616

Tints of Mandarian Orange #9E2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 72.48%
G = 17.43%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E2616 (or 0x9E2616) is known color: Mandarian Orange. HEX triplet: 9E, 26 and 16. RGB value is (158,38,22). Sum of RGB (Red+Green+Blue) = 158+38+22=218 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.48% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2616 is #61D9E9. Grayscale: #484848. Windows color (decimal): -6412778 or 1451678. OLE color: 1451678.

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

Color convert

RGB 158 38 22 -
CMYK 0 0.76 0.86 0.38
HSL 7.06º 0.76% 0.35% -
HSV(B) 7.06º 0.86% 0.62% -
XYZ 14.94 8.71 1.65 -
YUV 72.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 158 38 22 0 0.76 0.86 0.38 7.06 0.76 0.35
Hex 9E 26 16 0 4C 56 26 7 4C 23
Octal 236 46 26 0 114 126 46 7 114 43
Binary 10011110 100110 10110 0 1001100 1010110 100110 111 1001100 100011

Color Harmonies of #9E2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2616

Black with #9E2616

Text Example


Text Example

White with #9E2616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,38,22); }

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

background-color css

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

 a { background-color: rgb(158,38,22); }

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

border-color css

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

 span { border-color: rgb(158,38,22); }

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