Html Css Color HEX #9D110D Dark Red

📋 copy color: '#9D110D'

red 157 ◦ green 17 ◦ blue 13

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

Shades of Dark Red #9D110D

Tints of Dark Red #9D110D

RGB

 RED value IS 157 (61.72% from 255) = 83.96%

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 83.96%
G = 9.09%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D110D (or 0x9D110D) is known color: Dark Red. HEX triplet: 9D, 11 and 0D. RGB value is (157,17,13). Sum of RGB (Red+Green+Blue) = 157+17+13=187 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.96% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 157 - color contains mainly: red. Hex color #9D110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D110D is #62EEF2. Grayscale: #3A3A3A. Windows color (decimal): -6483699 or 856477. OLE color: 856477.

HSL color Cylindrical-coordinate representation of color #9D110D: hue angle of 1.67º degrees, saturation: 0.85, 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 #9D110D is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 17 13 -
CMYK 0 0.89 0.92 0.38
HSL 1.67º 0.85% 0.33% -
HSV(B) 1.67º 0.92% 0.62% -
XYZ 14.18 7.6 1.1 -
YUV 58.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 157 17 13 0 0.89 0.92 0.38 1.67 0.85 0.33
Hex 9D 11 D 0 59 5C 26 2 55 21
Octal 235 21 15 0 131 134 46 2 125 41
Binary 10011101 10001 1101 0 1011001 1011100 100110 10 1010101 100001

Color Harmonies of #9D110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D110D

Black with #9D110D

Text Example


Text Example

White with #9D110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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