Shades of Dark Red #9D130C
Tints of Dark Red #9D130C
RGB
CMYK
RGB Variations
Color information
#9D130C (or 0x9D130C) is known color: Dark Red. HEX triplet: 9D, 13 and 0C. RGB value is (157,19,12). Sum of RGB (Red+Green+Blue) = 157+19+12=188 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.51% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 157 - color contains mainly: red. Hex color #9D130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D130C is #62ECF3. Grayscale: #3B3B3B. Windows color (decimal): -6483188 or 791453. OLE color: 791453.
HSL color Cylindrical-coordinate representation of color #9D130C: hue angle of 2.9º degrees, saturation: 0.86, 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 #9D130C is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 12 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.38 |
| HSL | 2.9º | 0.86% | 0.33% | - |
| HSV(B) | 2.9º | 0.92% | 0.62% | - |
| XYZ | 14.2 | 7.66 | 1.08 | - |
| YUV | 59.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 12 | 0 | 0.88 | 0.92 | 0.38 | 2.9 | 0.86 | 0.33 |
| Hex | 9D | 13 | C | 0 | 58 | 5C | 26 | 3 | 56 | 21 |
| Octal | 235 | 23 | 14 | 0 | 130 | 134 | 46 | 3 | 126 | 41 |
| Binary | 10011101 | 10011 | 1100 | 0 | 1011000 | 1011100 | 100110 | 11 | 1010110 | 100001 |
Color Harmonies of #9D130C
Complementary color
Monochromatic Colors of #9D130C
Black with #9D130C
Text Example
Text Example
White with #9D130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D130C; }
p { color: rgb(157,19,12); }
H1.HeaderClassName
{
color: #9D130C;
}
.AnyTagClassName
{
color: #9D130C;
}
</style>
background-color css
<style>
a { background-color: #9D130C; }
a { background-color: rgb(157,19,12); }
div.DivClassName
{
background-color: #9D130C;
}
.BgClassName
{
background-color: #9D130C;
}
</style>
border-color css
<style>
span { border-color: #9D130C; }
span { border-color: rgb(157,19,12); }
td.TdClassName
{
border-color: #9D130C;
}
.TagClassName
{
border-color: #9D130C;
}
</style>