Shades of Ruby #D51556
Tints of Ruby #D51556
RGB
CMYK
RGB Variations
Color information
#D51556 (or 0xD51556) is known color: Ruby. HEX triplet: D5, 15 and 56. RGB value is (213,21,86). Sum of RGB (Red+Green+Blue) = 213+21+86=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D51556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51556 is #2AEAA9. Grayscale: #555555. Windows color (decimal): -2812586 or 5641685. OLE color: 5641685.
HSL color Cylindrical-coordinate representation of color #D51556: hue angle of 339.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51556 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.16 |
| HSL | 339.69º | 0.82% | 0.46% | - |
| HSV(B) | 339.69º | 0.9% | 0.84% | - |
| XYZ | 29.39 | 15.35 | 10.22 | - |
| YUV | 85.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 86 | 0 | 0.90 | 0.60 | 0.16 | 339.69 | 0.82 | 0.46 |
| Hex | D5 | 15 | 56 | 0 | 5A | 3C | 10 | 154 | 52 | 2E |
| Octal | 325 | 25 | 126 | 0 | 132 | 74 | 20 | 524 | 122 | 56 |
| Binary | 11010101 | 10101 | 1010110 | 0 | 1011010 | 111100 | 10000 | 101010100 | 1010010 | 101110 |
Color Harmonies of #D51556
Complementary color
Monochromatic Colors of #D51556
Black with #D51556
Text Example
Text Example
White with #D51556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51556; }
p { color: rgb(213,21,86); }
H1.HeaderClassName
{
color: #D51556;
}
.AnyTagClassName
{
color: #D51556;
}
</style>
background-color css
<style>
a { background-color: #D51556; }
a { background-color: rgb(213,21,86); }
div.DivClassName
{
background-color: #D51556;
}
.BgClassName
{
background-color: #D51556;
}
</style>
border-color css
<style>
span { border-color: #D51556; }
span { border-color: rgb(213,21,86); }
td.TdClassName
{
border-color: #D51556;
}
.TagClassName
{
border-color: #D51556;
}
</style>