Shades of Dark Red #9A110F
Tints of Dark Red #9A110F
RGB
CMYK
RGB Variations
Color information
#9A110F (or 0x9A110F) is known color: Dark Red. HEX triplet: 9A, 11 and 0F. RGB value is (154,17,15). Sum of RGB (Red+Green+Blue) = 154+17+15=186 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.80% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 154 - color contains mainly: red. Hex color #9A110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A110F is #65EEF0. Grayscale: #393939. Windows color (decimal): -6680305 or 987546. OLE color: 987546.
HSL color Cylindrical-coordinate representation of color #9A110F: hue angle of 0.86º 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 #9A110F is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 15 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.40 |
| HSL | 0.86º | 0.82% | 0.33% | - |
| HSV(B) | 0.86º | 0.9% | 0.6% | - |
| XYZ | 13.61 | 7.31 | 1.14 | - |
| YUV | 57.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 15 | 0 | 0.89 | 0.90 | 0.40 | 0.86 | 0.82 | 0.33 |
| Hex | 9A | 11 | F | 0 | 59 | 5A | 28 | 1 | 52 | 21 |
| Octal | 232 | 21 | 17 | 0 | 131 | 132 | 50 | 1 | 122 | 41 |
| Binary | 10011010 | 10001 | 1111 | 0 | 1011001 | 1011010 | 101000 | 1 | 1010010 | 100001 |
Color Harmonies of #9A110F
Complementary color
Monochromatic Colors of #9A110F
Black with #9A110F
Text Example
Text Example
White with #9A110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A110F; }
p { color: rgb(154,17,15); }
H1.HeaderClassName
{
color: #9A110F;
}
.AnyTagClassName
{
color: #9A110F;
}
</style>
background-color css
<style>
a { background-color: #9A110F; }
a { background-color: rgb(154,17,15); }
div.DivClassName
{
background-color: #9A110F;
}
.BgClassName
{
background-color: #9A110F;
}
</style>
border-color css
<style>
span { border-color: #9A110F; }
span { border-color: rgb(154,17,15); }
td.TdClassName
{
border-color: #9A110F;
}
.TagClassName
{
border-color: #9A110F;
}
</style>