Shades of Ruby #D51456
Tints of Ruby #D51456
RGB
CMYK
RGB Variations
Color information
#D51456 (or 0xD51456) is known color: Ruby. HEX triplet: D5, 14 and 56. RGB value is (213,20,86). Sum of RGB (Red+Green+Blue) = 213+20+86=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D51456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51456 is #2AEBA9. Grayscale: #555555. Windows color (decimal): -2812842 or 5641429. OLE color: 5641429.
HSL color Cylindrical-coordinate representation of color #D51456: hue angle of 339.48º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51456 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 86 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.16 |
| HSL | 339.48º | 0.83% | 0.46% | - |
| HSV(B) | 339.48º | 0.91% | 0.84% | - |
| XYZ | 29.37 | 15.32 | 10.21 | - |
| YUV | 85.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 86 | 0 | 0.91 | 0.60 | 0.16 | 339.48 | 0.83 | 0.46 |
| Hex | D5 | 14 | 56 | 0 | 5B | 3C | 10 | 153 | 53 | 2E |
| Octal | 325 | 24 | 126 | 0 | 133 | 74 | 20 | 523 | 123 | 56 |
| Binary | 11010101 | 10100 | 1010110 | 0 | 1011011 | 111100 | 10000 | 101010011 | 1010011 | 101110 |
Color Harmonies of #D51456
Complementary color
Monochromatic Colors of #D51456
Black with #D51456
Text Example
Text Example
White with #D51456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51456; }
p { color: rgb(213,20,86); }
H1.HeaderClassName
{
color: #D51456;
}
.AnyTagClassName
{
color: #D51456;
}
</style>
background-color css
<style>
a { background-color: #D51456; }
a { background-color: rgb(213,20,86); }
div.DivClassName
{
background-color: #D51456;
}
.BgClassName
{
background-color: #D51456;
}
</style>
border-color css
<style>
span { border-color: #D51456; }
span { border-color: rgb(213,20,86); }
td.TdClassName
{
border-color: #D51456;
}
.TagClassName
{
border-color: #D51456;
}
</style>