Shades of Ruby #D71855
Tints of Ruby #D71855
RGB
CMYK
RGB Variations
Color information
#D71855 (or 0xD71855) is known color: Ruby. HEX triplet: D7, 18 and 55. RGB value is (215,24,85). Sum of RGB (Red+Green+Blue) = 215+24+85=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D71855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71855 is #28E7AA. Grayscale: #585858. Windows color (decimal): -2680747 or 5576919. OLE color: 5576919.
HSL color Cylindrical-coordinate representation of color #D71855: hue angle of 340.84º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71855 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 85 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.16 |
| HSL | 340.84º | 0.8% | 0.47% | - |
| HSV(B) | 340.84º | 0.89% | 0.84% | - |
| XYZ | 29.99 | 15.76 | 10.05 | - |
| YUV | 88.06 | 126.28 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 85 | 0 | 0.89 | 0.60 | 0.16 | 340.84 | 0.8 | 0.47 |
| Hex | D7 | 18 | 55 | 0 | 59 | 3C | 10 | 155 | 50 | 2F |
| Octal | 327 | 30 | 125 | 0 | 131 | 74 | 20 | 525 | 120 | 57 |
| Binary | 11010111 | 11000 | 1010101 | 0 | 1011001 | 111100 | 10000 | 101010101 | 1010000 | 101111 |
Color Harmonies of #D71855
Complementary color
Monochromatic Colors of #D71855
Black with #D71855
Text Example
Text Example
White with #D71855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71855; }
p { color: rgb(215,24,85); }
H1.HeaderClassName
{
color: #D71855;
}
.AnyTagClassName
{
color: #D71855;
}
</style>
background-color css
<style>
a { background-color: #D71855; }
a { background-color: rgb(215,24,85); }
div.DivClassName
{
background-color: #D71855;
}
.BgClassName
{
background-color: #D71855;
}
</style>
border-color css
<style>
span { border-color: #D71855; }
span { border-color: rgb(215,24,85); }
td.TdClassName
{
border-color: #D71855;
}
.TagClassName
{
border-color: #D71855;
}
</style>