Shades of Dark Red #9C0F00
Tints of Dark Red #9C0F00
RGB
CMYK
RGB Variations
Color information
#9C0F00 (or 0x9C0F00) is known color: Dark Red. HEX triplet: 9C, 0F and 00. RGB value is (156,15,0). Sum of RGB (Red+Green+Blue) = 156+15+0=171 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.23% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0F00 is #63F0FF. Grayscale: #373737. Windows color (decimal): -6549760 or 3996. OLE color: 3996.
HSL color Cylindrical-coordinate representation of color #9C0F00: hue angle of 5.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C0F00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.39 |
| HSL | 5.77º | 1% | 0.31% | - |
| HSV(B) | 5.77º | 1% | 0.61% | - |
| XYZ | 13.88 | 7.41 | 0.7 | - |
| YUV | 55.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 0 | 0 | 0.90 | 1 | 0.39 | 5.77 | 1 | 0.31 |
| Hex | 9C | F | 0 | 0 | 5A | 64 | 27 | 6 | 64 | 1F |
| Octal | 234 | 17 | 0 | 0 | 132 | 144 | 47 | 6 | 144 | 37 |
| Binary | 10011100 | 1111 | 0 | 0 | 1011010 | 1100100 | 100111 | 110 | 1100100 | 11111 |
Color Harmonies of #9C0F00
Complementary color
Monochromatic Colors of #9C0F00
Black with #9C0F00
Text Example
Text Example
White with #9C0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F00; }
p { color: rgb(156,15,0); }
H1.HeaderClassName
{
color: #9C0F00;
}
.AnyTagClassName
{
color: #9C0F00;
}
</style>
background-color css
<style>
a { background-color: #9C0F00; }
a { background-color: rgb(156,15,0); }
div.DivClassName
{
background-color: #9C0F00;
}
.BgClassName
{
background-color: #9C0F00;
}
</style>
border-color css
<style>
span { border-color: #9C0F00; }
span { border-color: rgb(156,15,0); }
td.TdClassName
{
border-color: #9C0F00;
}
.TagClassName
{
border-color: #9C0F00;
}
</style>