Shades of Dark Red #9C130D
Tints of Dark Red #9C130D
RGB
CMYK
RGB Variations
Color information
#9C130D (or 0x9C130D) is known color: Dark Red. HEX triplet: 9C, 13 and 0D. RGB value is (156,19,13). Sum of RGB (Red+Green+Blue) = 156+19+13=188 (24% of max value = 765). Red value is 156 (61.33% from 255 or 82.98% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 156 - color contains mainly: red. Hex color #9C130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C130D is #63ECF2. Grayscale: #3B3B3B. Windows color (decimal): -6548723 or 856988. OLE color: 856988.
HSL color Cylindrical-coordinate representation of color #9C130D: hue angle of 2.52º 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 #9C130D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.39 |
| HSL | 2.52º | 0.85% | 0.33% | - |
| HSV(B) | 2.52º | 0.92% | 0.61% | - |
| XYZ | 14.02 | 7.56 | 1.1 | - |
| YUV | 59.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 13 | 0 | 0.88 | 0.92 | 0.39 | 2.52 | 0.85 | 0.33 |
| Hex | 9C | 13 | D | 0 | 58 | 5C | 27 | 3 | 55 | 21 |
| Octal | 234 | 23 | 15 | 0 | 130 | 134 | 47 | 3 | 125 | 41 |
| Binary | 10011100 | 10011 | 1101 | 0 | 1011000 | 1011100 | 100111 | 11 | 1010101 | 100001 |
Color Harmonies of #9C130D
Complementary color
Monochromatic Colors of #9C130D
Black with #9C130D
Text Example
Text Example
White with #9C130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C130D; }
p { color: rgb(156,19,13); }
H1.HeaderClassName
{
color: #9C130D;
}
.AnyTagClassName
{
color: #9C130D;
}
</style>
background-color css
<style>
a { background-color: #9C130D; }
a { background-color: rgb(156,19,13); }
div.DivClassName
{
background-color: #9C130D;
}
.BgClassName
{
background-color: #9C130D;
}
</style>
border-color css
<style>
span { border-color: #9C130D; }
span { border-color: rgb(156,19,13); }
td.TdClassName
{
border-color: #9C130D;
}
.TagClassName
{
border-color: #9C130D;
}
</style>