Html Css Color HEX #9C1E17 Mandarian Orange

📋 copy color: '#9C1E17'

red 156 ◦ green 30 ◦ blue 23

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

Shades of Mandarian Orange #9C1E17

Tints of Mandarian Orange #9C1E17

RGB

 RED value IS 156 (61.33% from 255) = 74.64%

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

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

R = 74.64%
G = 14.35%
B = 11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C1E17 (or 0x9C1E17) is known color: Mandarian Orange. HEX triplet: 9C, 1E and 17. RGB value is (156,30,23). Sum of RGB (Red+Green+Blue) = 156+30+23=209 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.64% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1E17 is #63E1E8. Grayscale: #434343. Windows color (decimal): -6545897 or 1515164. OLE color: 1515164.

HSL color Cylindrical-coordinate representation of color #9C1E17: hue angle of 3.16º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1E17 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 30 23 -
CMYK 0 0.81 0.85 0.39
HSL 3.16º 0.74% 0.35% -
HSV(B) 3.16º 0.85% 0.61% -
XYZ 14.33 8.06 1.61 -
YUV 66.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 156 30 23 0 0.81 0.85 0.39 3.16 0.74 0.35
Hex 9C 1E 17 0 51 55 27 3 4A 23
Octal 234 36 27 0 121 125 47 3 112 43
Binary 10011100 11110 10111 0 1010001 1010101 100111 11 1001010 100011

Color Harmonies of #9C1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1E17

Black with #9C1E17

Text Example


Text Example

White with #9C1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,30,23); }

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

background-color css

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

 a { background-color: rgb(156,30,23); }

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

border-color css

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

 span { border-color: rgb(156,30,23); }

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