Shades of Ruby #D91760
Tints of Ruby #D91760
RGB
CMYK
RGB Variations
Color information
#D91760 (or 0xD91760) is known color: Ruby. HEX triplet: D9, 17 and 60. RGB value is (217,23,96). Sum of RGB (Red+Green+Blue) = 217+23+96=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D91760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91760 is #26E89F. Grayscale: #595959. Windows color (decimal): -2549920 or 6297561. OLE color: 6297561.
HSL color Cylindrical-coordinate representation of color #D91760: hue angle of 337.42º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91760 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 96 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.15 |
| HSL | 337.42º | 0.81% | 0.47% | - |
| HSV(B) | 337.42º | 0.89% | 0.85% | - |
| XYZ | 31.03 | 16.21 | 12.56 | - |
| YUV | 89.33 | 131.77 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 96 | 0 | 0.89 | 0.56 | 0.15 | 337.42 | 0.81 | 0.47 |
| Hex | D9 | 17 | 60 | 0 | 59 | 38 | F | 151 | 51 | 2F |
| Octal | 331 | 27 | 140 | 0 | 131 | 70 | 17 | 521 | 121 | 57 |
| Binary | 11011001 | 10111 | 1100000 | 0 | 1011001 | 111000 | 1111 | 101010001 | 1010001 | 101111 |
Color Harmonies of #D91760
Complementary color
Monochromatic Colors of #D91760
Black with #D91760
Text Example
Text Example
White with #D91760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91760; }
p { color: rgb(217,23,96); }
H1.HeaderClassName
{
color: #D91760;
}
.AnyTagClassName
{
color: #D91760;
}
</style>
background-color css
<style>
a { background-color: #D91760; }
a { background-color: rgb(217,23,96); }
div.DivClassName
{
background-color: #D91760;
}
.BgClassName
{
background-color: #D91760;
}
</style>
border-color css
<style>
span { border-color: #D91760; }
span { border-color: rgb(217,23,96); }
td.TdClassName
{
border-color: #D91760;
}
.TagClassName
{
border-color: #D91760;
}
</style>