#9C110D

Color #9C110D Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9C110D

Tints of Dark Red #9C110D

Color information

#9C110D (or 0x9C110D) is unknown color: approx Dark Red. HEX triplet: 9C, 11 and 0D. RGB value is (156,17,13). Sum of RGB (Red+Green+Blue) = 156+17+13=186 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.87% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 156 - color contains mainly: red. Hex color #9C110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C110D is #63EEF2. Grayscale: #3A3A3A. Windows color (decimal): -6549235 or 856476. OLE color: 856476.

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

Color convert

RGB1561713-
CMYK00.890.920.39
HSL1.68º84.62%33.14%-
HSV(B)1.68º91.67%61.18%-
XYZ13.987.51.09-
YUV58.1102.55197.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.87%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=83.87%
G=9.14%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156171300.890.920.391.6884.6233.14
Hex9C11D0595C2725521
Octal2342115013113447212541
Binary10011100100011101010110011011100100111101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,17,13); }

 H1.HeaderClassName
 {
   color: #9C110D;
 }
 .AnyTagClassName
 {
   color: #9C110D;
 }
</style>
background-color css

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

 a { background-color: rgb(156,17,13); }

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

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

 span { border-color: rgb(156,17,13); }

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