Html Css Color HEX #9E1A16 Mandarian Orange

📋 copy color: '#9E1A16'

red 158 ◦ green 26 ◦ blue 22

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

Shades of Mandarian Orange #9E1A16

Tints of Mandarian Orange #9E1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

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

R = 76.7%
G = 12.62%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E1A16 (or 0x9E1A16) is known color: Mandarian Orange. HEX triplet: 9E, 1A and 16. RGB value is (158,26,22). Sum of RGB (Red+Green+Blue) = 158+26+22=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1A16 is #61E5E9. Grayscale: #414141. Windows color (decimal): -6415850 or 1448606. OLE color: 1448606.

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

Color convert

RGB 158 26 22 -
CMYK 0 0.84 0.86 0.38
HSL 1.76º 0.76% 0.35% -
HSV(B) 1.76º 0.86% 0.62% -
XYZ 14.61 8.07 1.55 -
YUV 65.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 158 26 22 0 0.84 0.86 0.38 1.76 0.76 0.35
Hex 9E 1A 16 0 54 56 26 2 4C 23
Octal 236 32 26 0 124 126 46 2 114 43
Binary 10011110 11010 10110 0 1010100 1010110 100110 10 1001100 100011

Color Harmonies of #9E1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1A16

Black with #9E1A16

Text Example


Text Example

White with #9E1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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