Shades of Ruby #D51760
Tints of Ruby #D51760
RGB
CMYK
RGB Variations
Color information
#D51760 (or 0xD51760) is known color: Ruby. HEX triplet: D5, 17 and 60. RGB value is (213,23,96). Sum of RGB (Red+Green+Blue) = 213+23+96=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D51760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51760 is #2AE89F. Grayscale: #585858. Windows color (decimal): -2812064 or 6297557. OLE color: 6297557.
HSL color Cylindrical-coordinate representation of color #D51760: hue angle of 336.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51760 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 96 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.16 |
| HSL | 336.95º | 0.81% | 0.46% | - |
| HSV(B) | 336.95º | 0.89% | 0.84% | - |
| XYZ | 29.86 | 15.6 | 12.5 | - |
| YUV | 88.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 96 | 0 | 0.89 | 0.55 | 0.16 | 336.95 | 0.81 | 0.46 |
| Hex | D5 | 17 | 60 | 0 | 59 | 37 | 10 | 151 | 51 | 2E |
| Octal | 325 | 27 | 140 | 0 | 131 | 67 | 20 | 521 | 121 | 56 |
| Binary | 11010101 | 10111 | 1100000 | 0 | 1011001 | 110111 | 10000 | 101010001 | 1010001 | 101110 |
Color Harmonies of #D51760
Complementary color
Monochromatic Colors of #D51760
Black with #D51760
Text Example
Text Example
White with #D51760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51760; }
p { color: rgb(213,23,96); }
H1.HeaderClassName
{
color: #D51760;
}
.AnyTagClassName
{
color: #D51760;
}
</style>
background-color css
<style>
a { background-color: #D51760; }
a { background-color: rgb(213,23,96); }
div.DivClassName
{
background-color: #D51760;
}
.BgClassName
{
background-color: #D51760;
}
</style>
border-color css
<style>
span { border-color: #D51760; }
span { border-color: rgb(213,23,96); }
td.TdClassName
{
border-color: #D51760;
}
.TagClassName
{
border-color: #D51760;
}
</style>