Html Css Color HEX #9C1109 Dark Red

📋 copy color: '#9C1109'

red 156 ◦ green 17 ◦ blue 9

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

Shades of Dark Red #9C1109

Tints of Dark Red #9C1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 85.71%
G = 9.34%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C1109 (or 0x9C1109) is known color: Dark Red. HEX triplet: 9C, 11 and 09. RGB value is (156,17,9). Sum of RGB (Red+Green+Blue) = 156+17+9=182 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.71% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1109 is #63EEF6. Grayscale: #393939. Windows color (decimal): -6549239 or 594332. OLE color: 594332.

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

Color convert

RGB 156 17 9 -
CMYK 0 0.89 0.94 0.39
HSL 3.27º 0.89% 0.32% -
HSV(B) 3.27º 0.94% 0.61% -
XYZ 13.96 7.49 0.97 -
YUV 57.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 156 17 9 0 0.89 0.94 0.39 3.27 0.89 0.32
Hex 9C 11 9 0 59 5E 27 3 59 20
Octal 234 21 11 0 131 136 47 3 131 40
Binary 10011100 10001 1001 0 1011001 1011110 100111 11 1011001 100000

Color Harmonies of #9C1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1109

Black with #9C1109

Text Example


Text Example

White with #9C1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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