Shades of Ruby #D51B55
Tints of Ruby #D51B55
RGB
CMYK
RGB Variations
Color information
#D51B55 (or 0xD51B55) is known color: Ruby. HEX triplet: D5, 1B and 55. RGB value is (213,27,85). Sum of RGB (Red+Green+Blue) = 213+27+85=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B55 is #2AE4AA. Grayscale: #595959. Windows color (decimal): -2811051 or 5577685. OLE color: 5577685.
HSL color Cylindrical-coordinate representation of color #D51B55: hue angle of 341.29º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51B55 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 85 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.16 |
| HSL | 341.29º | 0.78% | 0.47% | - |
| HSV(B) | 341.29º | 0.87% | 0.84% | - |
| XYZ | 29.47 | 15.59 | 10.05 | - |
| YUV | 89.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 85 | 0 | 0.87 | 0.60 | 0.16 | 341.29 | 0.78 | 0.47 |
| Hex | D5 | 1B | 55 | 0 | 57 | 3C | 10 | 155 | 4E | 2F |
| Octal | 325 | 33 | 125 | 0 | 127 | 74 | 20 | 525 | 116 | 57 |
| Binary | 11010101 | 11011 | 1010101 | 0 | 1010111 | 111100 | 10000 | 101010101 | 1001110 | 101111 |
Color Harmonies of #D51B55
Complementary color
Monochromatic Colors of #D51B55
Black with #D51B55
Text Example
Text Example
White with #D51B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51B55; }
p { color: rgb(213,27,85); }
H1.HeaderClassName
{
color: #D51B55;
}
.AnyTagClassName
{
color: #D51B55;
}
</style>
background-color css
<style>
a { background-color: #D51B55; }
a { background-color: rgb(213,27,85); }
div.DivClassName
{
background-color: #D51B55;
}
.BgClassName
{
background-color: #D51B55;
}
</style>
border-color css
<style>
span { border-color: #D51B55; }
span { border-color: rgb(213,27,85); }
td.TdClassName
{
border-color: #D51B55;
}
.TagClassName
{
border-color: #D51B55;
}
</style>