Shades of Dark Red #99110F
Tints of Dark Red #99110F
RGB
CMYK
RGB Variations
Color information
#99110F (or 0x99110F) is known color: Dark Red. HEX triplet: 99, 11 and 0F. RGB value is (153,17,15). Sum of RGB (Red+Green+Blue) = 153+17+15=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #99110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99110F is #66EEF0. Grayscale: #393939. Windows color (decimal): -6745841 or 987545. OLE color: 987545.
HSL color Cylindrical-coordinate representation of color #99110F: hue angle of 0.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99110F is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 15 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.4 |
| HSL | 0.87º | 0.82% | 0.33% | - |
| HSV(B) | 0.87º | 0.9% | 0.6% | - |
| XYZ | 13.42 | 7.21 | 1.14 | - |
| YUV | 57.44 | 104.06 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 15 | 0 | 0.89 | 0.90 | 0.4 | 0.87 | 0.82 | 0.33 |
| Hex | 99 | 11 | F | 0 | 59 | 5A | 28 | 1 | 52 | 21 |
| Octal | 231 | 21 | 17 | 0 | 131 | 132 | 50 | 1 | 122 | 41 |
| Binary | 10011001 | 10001 | 1111 | 0 | 1011001 | 1011010 | 101000 | 1 | 1010010 | 100001 |
Color Harmonies of #99110F
Complementary color
Monochromatic Colors of #99110F
Black with #99110F
Text Example
Text Example
White with #99110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99110F; }
p { color: rgb(153,17,15); }
H1.HeaderClassName
{
color: #99110F;
}
.AnyTagClassName
{
color: #99110F;
}
</style>
background-color css
<style>
a { background-color: #99110F; }
a { background-color: rgb(153,17,15); }
div.DivClassName
{
background-color: #99110F;
}
.BgClassName
{
background-color: #99110F;
}
</style>
border-color css
<style>
span { border-color: #99110F; }
span { border-color: rgb(153,17,15); }
td.TdClassName
{
border-color: #99110F;
}
.TagClassName
{
border-color: #99110F;
}
</style>