Shades of Dark Red #9F1907
Tints of Dark Red #9F1907
RGB
CMYK
RGB Variations
Color information
#9F1907 (or 0x9F1907) is known color: Dark Red. HEX triplet: 9F, 19 and 07. RGB value is (159,25,7). Sum of RGB (Red+Green+Blue) = 159+25+7=191 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.25% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1907 is #60E6F8. Grayscale: #3F3F3F. Windows color (decimal): -6350585 or 465311. OLE color: 465311.
HSL color Cylindrical-coordinate representation of color #9F1907: hue angle of 7.11º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F1907 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 7 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.38 |
| HSL | 7.11º | 0.92% | 0.33% | - |
| HSV(B) | 7.11º | 0.96% | 0.62% | - |
| XYZ | 14.68 | 8.08 | 0.99 | - |
| YUV | 63.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 7 | 0 | 0.84 | 0.96 | 0.38 | 7.11 | 0.92 | 0.33 |
| Hex | 9F | 19 | 7 | 0 | 54 | 60 | 26 | 7 | 5C | 21 |
| Octal | 237 | 31 | 7 | 0 | 124 | 140 | 46 | 7 | 134 | 41 |
| Binary | 10011111 | 11001 | 111 | 0 | 1010100 | 1100000 | 100110 | 111 | 1011100 | 100001 |
Color Harmonies of #9F1907
Complementary color
Monochromatic Colors of #9F1907
Black with #9F1907
Text Example
Text Example
White with #9F1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1907; }
p { color: rgb(159,25,7); }
H1.HeaderClassName
{
color: #9F1907;
}
.AnyTagClassName
{
color: #9F1907;
}
</style>
background-color css
<style>
a { background-color: #9F1907; }
a { background-color: rgb(159,25,7); }
div.DivClassName
{
background-color: #9F1907;
}
.BgClassName
{
background-color: #9F1907;
}
</style>
border-color css
<style>
span { border-color: #9F1907; }
span { border-color: rgb(159,25,7); }
td.TdClassName
{
border-color: #9F1907;
}
.TagClassName
{
border-color: #9F1907;
}
</style>