Shades of Ruby #D71456
Tints of Ruby #D71456
RGB
CMYK
RGB Variations
Color information
#D71456 (or 0xD71456) is known color: Ruby. HEX triplet: D7, 14 and 56. RGB value is (215,20,86). Sum of RGB (Red+Green+Blue) = 215+20+86=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D71456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71456 is #28EBA9. Grayscale: #555555. Windows color (decimal): -2681770 or 5641431. OLE color: 5641431.
HSL color Cylindrical-coordinate representation of color #D71456: hue angle of 339.69º 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 #D71456 is Cyan = 0, Magento = 0.91, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 86 | - |
| CMYK | 0 | 0.91 | 0.6 | 0.16 |
| HSL | 339.69º | 0.83% | 0.46% | - |
| HSV(B) | 339.69º | 0.91% | 0.84% | - |
| XYZ | 29.95 | 15.62 | 10.24 | - |
| YUV | 85.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 86 | 0 | 0.91 | 0.6 | 0.16 | 339.69 | 0.83 | 0.46 |
| Hex | D7 | 14 | 56 | 0 | 5B | 3C | 10 | 154 | 53 | 2E |
| Octal | 327 | 24 | 126 | 0 | 133 | 74 | 20 | 524 | 123 | 56 |
| Binary | 11010111 | 10100 | 1010110 | 0 | 1011011 | 111100 | 10000 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D71456
Complementary color
Monochromatic Colors of #D71456
Black with #D71456
Text Example
Text Example
White with #D71456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71456; }
p { color: rgb(215,20,86); }
H1.HeaderClassName
{
color: #D71456;
}
.AnyTagClassName
{
color: #D71456;
}
</style>
background-color css
<style>
a { background-color: #D71456; }
a { background-color: rgb(215,20,86); }
div.DivClassName
{
background-color: #D71456;
}
.BgClassName
{
background-color: #D71456;
}
</style>
border-color css
<style>
span { border-color: #D71456; }
span { border-color: rgb(215,20,86); }
td.TdClassName
{
border-color: #D71456;
}
.TagClassName
{
border-color: #D71456;
}
</style>