Shades of Ruby #D71260
Tints of Ruby #D71260
RGB
CMYK
RGB Variations
Color information
#D71260 (or 0xD71260) is known color: Ruby. HEX triplet: D7, 12 and 60. RGB value is (215,18,96). Sum of RGB (Red+Green+Blue) = 215+18+96=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D71260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71260 is #28ED9F. Grayscale: #555555. Windows color (decimal): -2682272 or 6296279. OLE color: 6296279.
HSL color Cylindrical-coordinate representation of color #D71260: hue angle of 336.24º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71260 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 96 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.16 |
| HSL | 336.24º | 0.85% | 0.46% | - |
| HSV(B) | 336.24º | 0.92% | 0.84% | - |
| XYZ | 30.35 | 15.72 | 12.5 | - |
| YUV | 85.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 96 | 0 | 0.92 | 0.55 | 0.16 | 336.24 | 0.85 | 0.46 |
| Hex | D7 | 12 | 60 | 0 | 5C | 37 | 10 | 150 | 55 | 2E |
| Octal | 327 | 22 | 140 | 0 | 134 | 67 | 20 | 520 | 125 | 56 |
| Binary | 11010111 | 10010 | 1100000 | 0 | 1011100 | 110111 | 10000 | 101010000 | 1010101 | 101110 |
Color Harmonies of #D71260
Complementary color
Monochromatic Colors of #D71260
Black with #D71260
Text Example
Text Example
White with #D71260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71260; }
p { color: rgb(215,18,96); }
H1.HeaderClassName
{
color: #D71260;
}
.AnyTagClassName
{
color: #D71260;
}
</style>
background-color css
<style>
a { background-color: #D71260; }
a { background-color: rgb(215,18,96); }
div.DivClassName
{
background-color: #D71260;
}
.BgClassName
{
background-color: #D71260;
}
</style>
border-color css
<style>
span { border-color: #D71260; }
span { border-color: rgb(215,18,96); }
td.TdClassName
{
border-color: #D71260;
}
.TagClassName
{
border-color: #D71260;
}
</style>