Shades of Ruby #D70F55
Tints of Ruby #D70F55
RGB
CMYK
RGB Variations
Color information
#D70F55 (or 0xD70F55) is known color: Ruby. HEX triplet: D7, 0F and 55. RGB value is (215,15,85). Sum of RGB (Red+Green+Blue) = 215+15+85=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F55 is #28F0AA. Grayscale: #525252. Windows color (decimal): -2683051 or 5574615. OLE color: 5574615.
HSL color Cylindrical-coordinate representation of color #D70F55: hue angle of 339º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F55 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 85 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.16 |
| HSL | 339º | 0.87% | 0.45% | - |
| HSV(B) | 339º | 0.93% | 0.84% | - |
| XYZ | 29.83 | 15.44 | 10 | - |
| YUV | 82.78 | 129.26 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 85 | 0 | 0.93 | 0.60 | 0.16 | 339 | 0.87 | 0.45 |
| Hex | D7 | F | 55 | 0 | 5D | 3C | 10 | 153 | 57 | 2D |
| Octal | 327 | 17 | 125 | 0 | 135 | 74 | 20 | 523 | 127 | 55 |
| Binary | 11010111 | 1111 | 1010101 | 0 | 1011101 | 111100 | 10000 | 101010011 | 1010111 | 101101 |
Color Harmonies of #D70F55
Complementary color
Monochromatic Colors of #D70F55
Black with #D70F55
Text Example
Text Example
White with #D70F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F55; }
p { color: rgb(215,15,85); }
H1.HeaderClassName
{
color: #D70F55;
}
.AnyTagClassName
{
color: #D70F55;
}
</style>
background-color css
<style>
a { background-color: #D70F55; }
a { background-color: rgb(215,15,85); }
div.DivClassName
{
background-color: #D70F55;
}
.BgClassName
{
background-color: #D70F55;
}
</style>
border-color css
<style>
span { border-color: #D70F55; }
span { border-color: rgb(215,15,85); }
td.TdClassName
{
border-color: #D70F55;
}
.TagClassName
{
border-color: #D70F55;
}
</style>