Shades of Dark Red #9F100F
Tints of Dark Red #9F100F
RGB
CMYK
RGB Variations
Color information
#9F100F (or 0x9F100F) is known color: Dark Red. HEX triplet: 9F, 10 and 0F. RGB value is (159,16,15). Sum of RGB (Red+Green+Blue) = 159+16+15=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F100F is #60EFF0. Grayscale: #3A3A3A. Windows color (decimal): -6352881 or 987295. OLE color: 987295.
HSL color Cylindrical-coordinate representation of color #9F100F: hue angle of 0.42º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F100F is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 15 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.38 |
| HSL | 0.42º | 0.83% | 0.34% | - |
| HSV(B) | 0.42º | 0.91% | 0.62% | - |
| XYZ | 14.57 | 7.78 | 1.18 | - |
| YUV | 58.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 15 | 0 | 0.90 | 0.91 | 0.38 | 0.42 | 0.83 | 0.34 |
| Hex | 9F | 10 | F | 0 | 5A | 5B | 26 | 0 | 53 | 22 |
| Octal | 237 | 20 | 17 | 0 | 132 | 133 | 46 | 0 | 123 | 42 |
| Binary | 10011111 | 10000 | 1111 | 0 | 1011010 | 1011011 | 100110 | 0 | 1010011 | 100010 |
Color Harmonies of #9F100F
Complementary color
Monochromatic Colors of #9F100F
Black with #9F100F
Text Example
Text Example
White with #9F100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F100F; }
p { color: rgb(159,16,15); }
H1.HeaderClassName
{
color: #9F100F;
}
.AnyTagClassName
{
color: #9F100F;
}
</style>
background-color css
<style>
a { background-color: #9F100F; }
a { background-color: rgb(159,16,15); }
div.DivClassName
{
background-color: #9F100F;
}
.BgClassName
{
background-color: #9F100F;
}
</style>
border-color css
<style>
span { border-color: #9F100F; }
span { border-color: rgb(159,16,15); }
td.TdClassName
{
border-color: #9F100F;
}
.TagClassName
{
border-color: #9F100F;
}
</style>