Shades of Dark Red #9C110B
Tints of Dark Red #9C110B
RGB
CMYK
RGB Variations
Color information
#9C110B (or 0x9C110B) is known color: Dark Red. HEX triplet: 9C, 11 and 0B. RGB value is (156,17,11). Sum of RGB (Red+Green+Blue) = 156+17+11=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C110B is #63EEF4. Grayscale: #3A3A3A. Windows color (decimal): -6549237 or 725404. OLE color: 725404.
HSL color Cylindrical-coordinate representation of color #9C110B: hue angle of 2.48º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C110B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 17 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.39 |
| HSL | 2.48º | 0.87% | 0.33% | - |
| HSV(B) | 2.48º | 0.93% | 0.61% | - |
| XYZ | 13.97 | 7.49 | 1.03 | - |
| YUV | 57.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 11 | 0 | 0.89 | 0.93 | 0.39 | 2.48 | 0.87 | 0.33 |
| Hex | 9C | 11 | B | 0 | 59 | 5D | 27 | 2 | 57 | 21 |
| Octal | 234 | 21 | 13 | 0 | 131 | 135 | 47 | 2 | 127 | 41 |
| Binary | 10011100 | 10001 | 1011 | 0 | 1011001 | 1011101 | 100111 | 10 | 1010111 | 100001 |
Color Harmonies of #9C110B
Complementary color
Monochromatic Colors of #9C110B
Black with #9C110B
Text Example
Text Example
White with #9C110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C110B; }
p { color: rgb(156,17,11); }
H1.HeaderClassName
{
color: #9C110B;
}
.AnyTagClassName
{
color: #9C110B;
}
</style>
background-color css
<style>
a { background-color: #9C110B; }
a { background-color: rgb(156,17,11); }
div.DivClassName
{
background-color: #9C110B;
}
.BgClassName
{
background-color: #9C110B;
}
</style>
border-color css
<style>
span { border-color: #9C110B; }
span { border-color: rgb(156,17,11); }
td.TdClassName
{
border-color: #9C110B;
}
.TagClassName
{
border-color: #9C110B;
}
</style>