Shades of Dark Red #9C1407
Tints of Dark Red #9C1407
RGB
CMYK
RGB Variations
Color information
#9C1407 (or 0x9C1407) is known color: Dark Red. HEX triplet: 9C, 14 and 07. RGB value is (156,20,7). Sum of RGB (Red+Green+Blue) = 156+20+7=183 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.25% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1407 is #63EBF8. Grayscale: #3B3B3B. Windows color (decimal): -6548473 or 464028. OLE color: 464028.
HSL color Cylindrical-coordinate representation of color #9C1407: hue angle of 5.23º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C1407 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 7 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.39 |
| HSL | 5.23º | 0.91% | 0.32% | - |
| HSV(B) | 5.23º | 0.96% | 0.61% | - |
| XYZ | 14 | 7.58 | 0.93 | - |
| YUV | 59.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 7 | 0 | 0.87 | 0.96 | 0.39 | 5.23 | 0.91 | 0.32 |
| Hex | 9C | 14 | 7 | 0 | 57 | 60 | 27 | 5 | 5B | 20 |
| Octal | 234 | 24 | 7 | 0 | 127 | 140 | 47 | 5 | 133 | 40 |
| Binary | 10011100 | 10100 | 111 | 0 | 1010111 | 1100000 | 100111 | 101 | 1011011 | 100000 |
Color Harmonies of #9C1407
Complementary color
Monochromatic Colors of #9C1407
Black with #9C1407
Text Example
Text Example
White with #9C1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1407; }
p { color: rgb(156,20,7); }
H1.HeaderClassName
{
color: #9C1407;
}
.AnyTagClassName
{
color: #9C1407;
}
</style>
background-color css
<style>
a { background-color: #9C1407; }
a { background-color: rgb(156,20,7); }
div.DivClassName
{
background-color: #9C1407;
}
.BgClassName
{
background-color: #9C1407;
}
</style>
border-color css
<style>
span { border-color: #9C1407; }
span { border-color: rgb(156,20,7); }
td.TdClassName
{
border-color: #9C1407;
}
.TagClassName
{
border-color: #9C1407;
}
</style>