Shades of Ruby #D51551
Tints of Ruby #D51551
RGB
CMYK
RGB Variations
Color information
#D51551 (or 0xD51551) is known color: Ruby. HEX triplet: D5, 15 and 51. RGB value is (213,21,81). Sum of RGB (Red+Green+Blue) = 213+21+81=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D51551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51551 is #2AEAAE. Grayscale: #555555. Windows color (decimal): -2812591 or 5314005. OLE color: 5314005.
HSL color Cylindrical-coordinate representation of color #D51551: hue angle of 341.25º 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 #D51551 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 81 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.16 |
| HSL | 341.25º | 0.82% | 0.46% | - |
| HSV(B) | 341.25º | 0.9% | 0.84% | - |
| XYZ | 29.19 | 15.28 | 9.19 | - |
| YUV | 85.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 81 | 0 | 0.90 | 0.62 | 0.16 | 341.25 | 0.82 | 0.46 |
| Hex | D5 | 15 | 51 | 0 | 5A | 3E | 10 | 155 | 52 | 2E |
| Octal | 325 | 25 | 121 | 0 | 132 | 76 | 20 | 525 | 122 | 56 |
| Binary | 11010101 | 10101 | 1010001 | 0 | 1011010 | 111110 | 10000 | 101010101 | 1010010 | 101110 |
Color Harmonies of #D51551
Complementary color
Monochromatic Colors of #D51551
Black with #D51551
Text Example
Text Example
White with #D51551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51551; }
p { color: rgb(213,21,81); }
H1.HeaderClassName
{
color: #D51551;
}
.AnyTagClassName
{
color: #D51551;
}
</style>
background-color css
<style>
a { background-color: #D51551; }
a { background-color: rgb(213,21,81); }
div.DivClassName
{
background-color: #D51551;
}
.BgClassName
{
background-color: #D51551;
}
</style>
border-color css
<style>
span { border-color: #D51551; }
span { border-color: rgb(213,21,81); }
td.TdClassName
{
border-color: #D51551;
}
.TagClassName
{
border-color: #D51551;
}
</style>