Shades of Ruby #D71750
Tints of Ruby #D71750
RGB
CMYK
RGB Variations
Color information
#D71750 (or 0xD71750) is known color: Ruby. HEX triplet: D7, 17 and 50. RGB value is (215,23,80). Sum of RGB (Red+Green+Blue) = 215+23+80=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D71750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71750 is #28E8AF. Grayscale: #565656. Windows color (decimal): -2681008 or 5248983. OLE color: 5248983.
HSL color Cylindrical-coordinate representation of color #D71750: hue angle of 342.19º degrees, saturation: 0.81, 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 #D71750 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.16 |
| HSL | 342.19º | 0.81% | 0.47% | - |
| HSV(B) | 342.19º | 0.89% | 0.84% | - |
| XYZ | 29.78 | 15.64 | 9.04 | - |
| YUV | 86.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 80 | 0 | 0.89 | 0.63 | 0.16 | 342.19 | 0.81 | 0.47 |
| Hex | D7 | 17 | 50 | 0 | 59 | 3F | 10 | 156 | 51 | 2F |
| Octal | 327 | 27 | 120 | 0 | 131 | 77 | 20 | 526 | 121 | 57 |
| Binary | 11010111 | 10111 | 1010000 | 0 | 1011001 | 111111 | 10000 | 101010110 | 1010001 | 101111 |
Color Harmonies of #D71750
Complementary color
Monochromatic Colors of #D71750
Black with #D71750
Text Example
Text Example
White with #D71750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71750; }
p { color: rgb(215,23,80); }
H1.HeaderClassName
{
color: #D71750;
}
.AnyTagClassName
{
color: #D71750;
}
</style>
background-color css
<style>
a { background-color: #D71750; }
a { background-color: rgb(215,23,80); }
div.DivClassName
{
background-color: #D71750;
}
.BgClassName
{
background-color: #D71750;
}
</style>
border-color css
<style>
span { border-color: #D71750; }
span { border-color: rgb(215,23,80); }
td.TdClassName
{
border-color: #D71750;
}
.TagClassName
{
border-color: #D71750;
}
</style>