Html Css Color HEX #9E170C Mandarian Orange

📋 copy color: '#9E170C'

red 158 ◦ green 23 ◦ blue 12

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

Shades of Mandarian Orange #9E170C

Tints of Mandarian Orange #9E170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 81.87%
G = 11.92%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E170C (or 0x9E170C) is known color: Mandarian Orange. HEX triplet: 9E, 17 and 0C. RGB value is (158,23,12). Sum of RGB (Red+Green+Blue) = 158+23+12=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E170C is #61E8F3. Grayscale: #3E3E3E. Windows color (decimal): -6416628 or 792478. OLE color: 792478.

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

Color convert

RGB 158 23 12 -
CMYK 0 0.85 0.92 0.38
HSL 4.52º 0.86% 0.33% -
HSV(B) 4.52º 0.92% 0.62% -
XYZ 14.47 7.91 1.11 -
YUV 62.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 158 23 12 0 0.85 0.92 0.38 4.52 0.86 0.33
Hex 9E 17 C 0 55 5C 26 5 56 21
Octal 236 27 14 0 125 134 46 5 126 41
Binary 10011110 10111 1100 0 1010101 1011100 100110 101 1010110 100001

Color Harmonies of #9E170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E170C

Black with #9E170C

Text Example


Text Example

White with #9E170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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