Shades of Ruby #D51557
Tints of Ruby #D51557
RGB
CMYK
RGB Variations
Color information
#D51557 (or 0xD51557) is known color: Ruby. HEX triplet: D5, 15 and 57. RGB value is (213,21,87). Sum of RGB (Red+Green+Blue) = 213+21+87=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D51557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51557 is #2AEAA8. Grayscale: #555555. Windows color (decimal): -2812585 or 5707221. OLE color: 5707221.
HSL color Cylindrical-coordinate representation of color #D51557: hue angle of 339.38º 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 #D51557 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 87 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.16 |
| HSL | 339.38º | 0.82% | 0.46% | - |
| HSV(B) | 339.38º | 0.9% | 0.84% | - |
| XYZ | 29.43 | 15.37 | 10.43 | - |
| YUV | 85.93 | 128.61 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 87 | 0 | 0.90 | 0.59 | 0.16 | 339.38 | 0.82 | 0.46 |
| Hex | D5 | 15 | 57 | 0 | 5A | 3B | 10 | 153 | 52 | 2E |
| Octal | 325 | 25 | 127 | 0 | 132 | 73 | 20 | 523 | 122 | 56 |
| Binary | 11010101 | 10101 | 1010111 | 0 | 1011010 | 111011 | 10000 | 101010011 | 1010010 | 101110 |
Color Harmonies of #D51557
Complementary color
Monochromatic Colors of #D51557
Black with #D51557
Text Example
Text Example
White with #D51557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51557; }
p { color: rgb(213,21,87); }
H1.HeaderClassName
{
color: #D51557;
}
.AnyTagClassName
{
color: #D51557;
}
</style>
background-color css
<style>
a { background-color: #D51557; }
a { background-color: rgb(213,21,87); }
div.DivClassName
{
background-color: #D51557;
}
.BgClassName
{
background-color: #D51557;
}
</style>
border-color css
<style>
span { border-color: #D51557; }
span { border-color: rgb(213,21,87); }
td.TdClassName
{
border-color: #D51557;
}
.TagClassName
{
border-color: #D51557;
}
</style>