Html Css Color HEX #9E1E16 Mandarian Orange

📋 copy color: '#9E1E16'

red 158 ◦ green 30 ◦ blue 22

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

Shades of Mandarian Orange #9E1E16

Tints of Mandarian Orange #9E1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.29%

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

R = 75.24%
G = 14.29%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E1E16 (or 0x9E1E16) is known color: Mandarian Orange. HEX triplet: 9E, 1E and 16. RGB value is (158,30,22). Sum of RGB (Red+Green+Blue) = 158+30+22=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1E16 is #61E1E9. Grayscale: #434343. Windows color (decimal): -6414826 or 1449630. OLE color: 1449630.

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

Color convert

RGB 158 30 22 -
CMYK 0 0.81 0.86 0.38
HSL 3.53º 0.76% 0.35% -
HSV(B) 3.53º 0.86% 0.62% -
XYZ 14.71 8.26 1.58 -
YUV 67.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 158 30 22 0 0.81 0.86 0.38 3.53 0.76 0.35
Hex 9E 1E 16 0 51 56 26 4 4C 23
Octal 236 36 26 0 121 126 46 4 114 43
Binary 10011110 11110 10110 0 1010001 1010110 100110 100 1001100 100011

Color Harmonies of #9E1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1E16

Black with #9E1E16

Text Example


Text Example

White with #9E1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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