Shades of Dark Red #9D110F
Tints of Dark Red #9D110F
RGB
CMYK
RGB Variations
Color information
#9D110F (or 0x9D110F) is known color: Dark Red. HEX triplet: 9D, 11 and 0F. RGB value is (157,17,15). Sum of RGB (Red+Green+Blue) = 157+17+15=189 (25% of max value = 765). Red value is 157 (61.72% from 255 or 83.07% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 157 - color contains mainly: red. Hex color #9D110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D110F is #62EEF0. Grayscale: #3A3A3A. Windows color (decimal): -6483697 or 987549. OLE color: 987549.
HSL color Cylindrical-coordinate representation of color #9D110F: hue angle of 0.85º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D110F is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 17 | 15 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.38 |
| HSL | 0.85º | 0.83% | 0.34% | - |
| HSV(B) | 0.85º | 0.9% | 0.62% | - |
| XYZ | 14.19 | 7.6 | 1.17 | - |
| YUV | 58.63 | 103.38 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 15 | 0 | 0.89 | 0.90 | 0.38 | 0.85 | 0.83 | 0.34 |
| Hex | 9D | 11 | F | 0 | 59 | 5A | 26 | 1 | 53 | 22 |
| Octal | 235 | 21 | 17 | 0 | 131 | 132 | 46 | 1 | 123 | 42 |
| Binary | 10011101 | 10001 | 1111 | 0 | 1011001 | 1011010 | 100110 | 1 | 1010011 | 100010 |
Color Harmonies of #9D110F
Complementary color
Monochromatic Colors of #9D110F
Black with #9D110F
Text Example
Text Example
White with #9D110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D110F; }
p { color: rgb(157,17,15); }
H1.HeaderClassName
{
color: #9D110F;
}
.AnyTagClassName
{
color: #9D110F;
}
</style>
background-color css
<style>
a { background-color: #9D110F; }
a { background-color: rgb(157,17,15); }
div.DivClassName
{
background-color: #9D110F;
}
.BgClassName
{
background-color: #9D110F;
}
</style>
border-color css
<style>
span { border-color: #9D110F; }
span { border-color: rgb(157,17,15); }
td.TdClassName
{
border-color: #9D110F;
}
.TagClassName
{
border-color: #9D110F;
}
</style>