Shades of Ruby #D41760
Tints of Ruby #D41760
RGB
CMYK
RGB Variations
Color information
#D41760 (or 0xD41760) is known color: Ruby. HEX triplet: D4, 17 and 60. RGB value is (212,23,96). Sum of RGB (Red+Green+Blue) = 212+23+96=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D41760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41760 is #2BE89F. Grayscale: #575757. Windows color (decimal): -2877600 or 6297556. OLE color: 6297556.
HSL color Cylindrical-coordinate representation of color #D41760: hue angle of 336.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41760 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 96 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.17 |
| HSL | 336.83º | 0.8% | 0.46% | - |
| HSV(B) | 336.83º | 0.89% | 0.83% | - |
| XYZ | 29.57 | 15.45 | 12.49 | - |
| YUV | 87.83 | 132.62 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 96 | 0 | 0.89 | 0.55 | 0.17 | 336.83 | 0.8 | 0.46 |
| Hex | D4 | 17 | 60 | 0 | 59 | 37 | 11 | 151 | 50 | 2E |
| Octal | 324 | 27 | 140 | 0 | 131 | 67 | 21 | 521 | 120 | 56 |
| Binary | 11010100 | 10111 | 1100000 | 0 | 1011001 | 110111 | 10001 | 101010001 | 1010000 | 101110 |
Color Harmonies of #D41760
Complementary color
Monochromatic Colors of #D41760
Black with #D41760
Text Example
Text Example
White with #D41760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41760; }
p { color: rgb(212,23,96); }
H1.HeaderClassName
{
color: #D41760;
}
.AnyTagClassName
{
color: #D41760;
}
</style>
background-color css
<style>
a { background-color: #D41760; }
a { background-color: rgb(212,23,96); }
div.DivClassName
{
background-color: #D41760;
}
.BgClassName
{
background-color: #D41760;
}
</style>
border-color css
<style>
span { border-color: #D41760; }
span { border-color: rgb(212,23,96); }
td.TdClassName
{
border-color: #D41760;
}
.TagClassName
{
border-color: #D41760;
}
</style>