Shades of Ruby #D41759
Tints of Ruby #D41759
RGB
CMYK
RGB Variations
Color information
#D41759 (or 0xD41759) is known color: Ruby. HEX triplet: D4, 17 and 59. RGB value is (212,23,89). Sum of RGB (Red+Green+Blue) = 212+23+89=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D41759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41759 is #2BE8A6. Grayscale: #565656. Windows color (decimal): -2877607 or 5838804. OLE color: 5838804.
HSL color Cylindrical-coordinate representation of color #D41759: hue angle of 339.05º 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 #D41759 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 89 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.17 |
| HSL | 339.05º | 0.8% | 0.46% | - |
| HSV(B) | 339.05º | 0.89% | 0.83% | - |
| XYZ | 29.26 | 15.33 | 10.87 | - |
| YUV | 87.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 89 | 0 | 0.89 | 0.58 | 0.17 | 339.05 | 0.8 | 0.46 |
| Hex | D4 | 17 | 59 | 0 | 59 | 3A | 11 | 153 | 50 | 2E |
| Octal | 324 | 27 | 131 | 0 | 131 | 72 | 21 | 523 | 120 | 56 |
| Binary | 11010100 | 10111 | 1011001 | 0 | 1011001 | 111010 | 10001 | 101010011 | 1010000 | 101110 |
Color Harmonies of #D41759
Complementary color
Monochromatic Colors of #D41759
Black with #D41759
Text Example
Text Example
White with #D41759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41759; }
p { color: rgb(212,23,89); }
H1.HeaderClassName
{
color: #D41759;
}
.AnyTagClassName
{
color: #D41759;
}
</style>
background-color css
<style>
a { background-color: #D41759; }
a { background-color: rgb(212,23,89); }
div.DivClassName
{
background-color: #D41759;
}
.BgClassName
{
background-color: #D41759;
}
</style>
border-color css
<style>
span { border-color: #D41759; }
span { border-color: rgb(212,23,89); }
td.TdClassName
{
border-color: #D41759;
}
.TagClassName
{
border-color: #D41759;
}
</style>