Shades of Dark Red #9F1300
Tints of Dark Red #9F1300
RGB
CMYK
RGB Variations
Color information
#9F1300 (or 0x9F1300) is known color: Dark Red. HEX triplet: 9F, 13 and 00. RGB value is (159,19,0). Sum of RGB (Red+Green+Blue) = 159+19+0=178 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.33% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1300 is #60ECFF. Grayscale: #3A3A3A. Windows color (decimal): -6352128 or 5023. OLE color: 5023.
HSL color Cylindrical-coordinate representation of color #9F1300: hue angle of 7.17º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F1300 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.38 |
| HSL | 7.17º | 1% | 0.31% | - |
| HSV(B) | 7.17º | 1% | 0.62% | - |
| XYZ | 14.53 | 7.84 | 0.75 | - |
| YUV | 58.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 0 | 0 | 0.88 | 1 | 0.38 | 7.17 | 1 | 0.31 |
| Hex | 9F | 13 | 0 | 0 | 58 | 64 | 26 | 7 | 64 | 1F |
| Octal | 237 | 23 | 0 | 0 | 130 | 144 | 46 | 7 | 144 | 37 |
| Binary | 10011111 | 10011 | 0 | 0 | 1011000 | 1100100 | 100110 | 111 | 1100100 | 11111 |
Color Harmonies of #9F1300
Complementary color
Monochromatic Colors of #9F1300
Black with #9F1300
Text Example
Text Example
White with #9F1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1300; }
p { color: rgb(159,19,0); }
H1.HeaderClassName
{
color: #9F1300;
}
.AnyTagClassName
{
color: #9F1300;
}
</style>
background-color css
<style>
a { background-color: #9F1300; }
a { background-color: rgb(159,19,0); }
div.DivClassName
{
background-color: #9F1300;
}
.BgClassName
{
background-color: #9F1300;
}
</style>
border-color css
<style>
span { border-color: #9F1300; }
span { border-color: rgb(159,19,0); }
td.TdClassName
{
border-color: #9F1300;
}
.TagClassName
{
border-color: #9F1300;
}
</style>