Shades of Ruby #D71051
Tints of Ruby #D71051
RGB
CMYK
RGB Variations
Color information
#D71051 (or 0xD71051) is known color: Ruby. HEX triplet: D7, 10 and 51. RGB value is (215,16,81). Sum of RGB (Red+Green+Blue) = 215+16+81=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D71051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71051 is #28EFAE. Grayscale: #525252. Windows color (decimal): -2682799 or 5312727. OLE color: 5312727.
HSL color Cylindrical-coordinate representation of color #D71051: hue angle of 340.4º degrees, saturation: 0.86, 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 #D71051 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 81 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.16 |
| HSL | 340.4º | 0.86% | 0.45% | - |
| HSV(B) | 340.4º | 0.93% | 0.84% | - |
| XYZ | 29.69 | 15.41 | 9.19 | - |
| YUV | 82.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 81 | 0 | 0.93 | 0.62 | 0.16 | 340.4 | 0.86 | 0.45 |
| Hex | D7 | 10 | 51 | 0 | 5D | 3E | 10 | 154 | 56 | 2D |
| Octal | 327 | 20 | 121 | 0 | 135 | 76 | 20 | 524 | 126 | 55 |
| Binary | 11010111 | 10000 | 1010001 | 0 | 1011101 | 111110 | 10000 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D71051
Complementary color
Monochromatic Colors of #D71051
Black with #D71051
Text Example
Text Example
White with #D71051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71051; }
p { color: rgb(215,16,81); }
H1.HeaderClassName
{
color: #D71051;
}
.AnyTagClassName
{
color: #D71051;
}
</style>
background-color css
<style>
a { background-color: #D71051; }
a { background-color: rgb(215,16,81); }
div.DivClassName
{
background-color: #D71051;
}
.BgClassName
{
background-color: #D71051;
}
</style>
border-color css
<style>
span { border-color: #D71051; }
span { border-color: rgb(215,16,81); }
td.TdClassName
{
border-color: #D71051;
}
.TagClassName
{
border-color: #D71051;
}
</style>