#9D120D

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

Shades of Dark Red #9D120D

Tints of Dark Red #9D120D

Color information

#9D120D (or 0x9D120D) is unknown color: approx Dark Red. HEX triplet: 9D, 12 and 0D. RGB value is (157,18,13). Sum of RGB (Red+Green+Blue) = 157+18+13=188 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.51% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 157 - color contains mainly: red. Hex color #9D120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D120D is #62EDF2. Grayscale: #3B3B3B. Windows color (decimal): -6483443 or 856733. OLE color: 856733.

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

Color convert

RGB1571813-
CMYK00.890.920.38
HSL2.08º84.71%33.33%-
HSV(B)2.08º91.72%61.57%-
XYZ14.197.631.11-
YUV58.99102.05197.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 83.51%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=83.51%
G=9.57%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157181300.890.920.382.0884.7133.33
Hex9D12D0595C2625521
Octal2352215013113446212541
Binary10011101100101101010110011011100100110101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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