Shades of Ruby #D71053
Tints of Ruby #D71053
RGB
CMYK
RGB Variations
Color information
#D71053 (or 0xD71053) is known color: Ruby. HEX triplet: D7, 10 and 53. RGB value is (215,16,83). Sum of RGB (Red+Green+Blue) = 215+16+83=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D71053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71053 is #28EFAC. Grayscale: #535353. Windows color (decimal): -2682797 or 5443799. OLE color: 5443799.
HSL color Cylindrical-coordinate representation of color #D71053: hue angle of 339.8º 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 #D71053 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 83 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.16 |
| HSL | 339.8º | 0.86% | 0.45% | - |
| HSV(B) | 339.8º | 0.93% | 0.84% | - |
| XYZ | 29.77 | 15.44 | 9.6 | - |
| YUV | 83.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 83 | 0 | 0.93 | 0.61 | 0.16 | 339.8 | 0.86 | 0.45 |
| Hex | D7 | 10 | 53 | 0 | 5D | 3D | 10 | 154 | 56 | 2D |
| Octal | 327 | 20 | 123 | 0 | 135 | 75 | 20 | 524 | 126 | 55 |
| Binary | 11010111 | 10000 | 1010011 | 0 | 1011101 | 111101 | 10000 | 101010100 | 1010110 | 101101 |
Color Harmonies of #D71053
Complementary color
Monochromatic Colors of #D71053
Black with #D71053
Text Example
Text Example
White with #D71053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71053; }
p { color: rgb(215,16,83); }
H1.HeaderClassName
{
color: #D71053;
}
.AnyTagClassName
{
color: #D71053;
}
</style>
background-color css
<style>
a { background-color: #D71053; }
a { background-color: rgb(215,16,83); }
div.DivClassName
{
background-color: #D71053;
}
.BgClassName
{
background-color: #D71053;
}
</style>
border-color css
<style>
span { border-color: #D71053; }
span { border-color: rgb(215,16,83); }
td.TdClassName
{
border-color: #D71053;
}
.TagClassName
{
border-color: #D71053;
}
</style>