Shades of Ruby #D51756
Tints of Ruby #D51756
RGB
CMYK
RGB Variations
Color information
#D51756 (or 0xD51756) is known color: Ruby. HEX triplet: D5, 17 and 56. RGB value is (213,23,86). Sum of RGB (Red+Green+Blue) = 213+23+86=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D51756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51756 is #2AE8A9. Grayscale: #565656. Windows color (decimal): -2812074 or 5642197. OLE color: 5642197.
HSL color Cylindrical-coordinate representation of color #D51756: hue angle of 340.11º 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 #D51756 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.16 |
| HSL | 340.11º | 0.81% | 0.46% | - |
| HSV(B) | 340.11º | 0.89% | 0.84% | - |
| XYZ | 29.43 | 15.43 | 10.23 | - |
| YUV | 86.99 | 127.45 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 86 | 0 | 0.89 | 0.60 | 0.16 | 340.11 | 0.81 | 0.46 |
| Hex | D5 | 17 | 56 | 0 | 59 | 3C | 10 | 154 | 51 | 2E |
| Octal | 325 | 27 | 126 | 0 | 131 | 74 | 20 | 524 | 121 | 56 |
| Binary | 11010101 | 10111 | 1010110 | 0 | 1011001 | 111100 | 10000 | 101010100 | 1010001 | 101110 |
Color Harmonies of #D51756
Complementary color
Monochromatic Colors of #D51756
Black with #D51756
Text Example
Text Example
White with #D51756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51756; }
p { color: rgb(213,23,86); }
H1.HeaderClassName
{
color: #D51756;
}
.AnyTagClassName
{
color: #D51756;
}
</style>
background-color css
<style>
a { background-color: #D51756; }
a { background-color: rgb(213,23,86); }
div.DivClassName
{
background-color: #D51756;
}
.BgClassName
{
background-color: #D51756;
}
</style>
border-color css
<style>
span { border-color: #D51756; }
span { border-color: rgb(213,23,86); }
td.TdClassName
{
border-color: #D51756;
}
.TagClassName
{
border-color: #D51756;
}
</style>