Shades of Ruby #D51555
Tints of Ruby #D51555
RGB
CMYK
RGB Variations
Color information
#D51555 (or 0xD51555) is known color: Ruby. HEX triplet: D5, 15 and 55. RGB value is (213,21,85). Sum of RGB (Red+Green+Blue) = 213+21+85=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D51555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51555 is #2AEAAA. Grayscale: #555555. Windows color (decimal): -2812587 or 5576149. OLE color: 5576149.
HSL color Cylindrical-coordinate representation of color #D51555: hue angle of 340º 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 #D51555 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 85 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.16 |
| HSL | 340º | 0.82% | 0.46% | - |
| HSV(B) | 340º | 0.9% | 0.84% | - |
| XYZ | 29.35 | 15.34 | 10.01 | - |
| YUV | 85.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 85 | 0 | 0.90 | 0.60 | 0.16 | 340 | 0.82 | 0.46 |
| Hex | D5 | 15 | 55 | 0 | 5A | 3C | 10 | 154 | 52 | 2E |
| Octal | 325 | 25 | 125 | 0 | 132 | 74 | 20 | 524 | 122 | 56 |
| Binary | 11010101 | 10101 | 1010101 | 0 | 1011010 | 111100 | 10000 | 101010100 | 1010010 | 101110 |
Color Harmonies of #D51555
Complementary color
Monochromatic Colors of #D51555
Black with #D51555
Text Example
Text Example
White with #D51555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51555; }
p { color: rgb(213,21,85); }
H1.HeaderClassName
{
color: #D51555;
}
.AnyTagClassName
{
color: #D51555;
}
</style>
background-color css
<style>
a { background-color: #D51555; }
a { background-color: rgb(213,21,85); }
div.DivClassName
{
background-color: #D51555;
}
.BgClassName
{
background-color: #D51555;
}
</style>
border-color css
<style>
span { border-color: #D51555; }
span { border-color: rgb(213,21,85); }
td.TdClassName
{
border-color: #D51555;
}
.TagClassName
{
border-color: #D51555;
}
</style>