Shades of Ruby #D10C55
Tints of Ruby #D10C55
RGB
CMYK
RGB Variations
Color information
#D10C55 (or 0xD10C55) is known color: Ruby. HEX triplet: D1, 0C and 55. RGB value is (209,12,85). Sum of RGB (Red+Green+Blue) = 209+12+85=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C55 is #2EF3AA. Grayscale: #4F4F4F. Windows color (decimal): -3077035 or 5573841. OLE color: 5573841.
HSL color Cylindrical-coordinate representation of color #D10C55: hue angle of 337.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C55 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 85 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.18 |
| HSL | 337.77º | 0.89% | 0.43% | - |
| HSV(B) | 337.77º | 0.94% | 0.82% | - |
| XYZ | 28.07 | 14.47 | 9.91 | - |
| YUV | 79.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 85 | 0 | 0.94 | 0.59 | 0.18 | 337.77 | 0.89 | 0.43 |
| Hex | D1 | C | 55 | 0 | 5E | 3B | 12 | 152 | 59 | 2B |
| Octal | 321 | 14 | 125 | 0 | 136 | 73 | 22 | 522 | 131 | 53 |
| Binary | 11010001 | 1100 | 1010101 | 0 | 1011110 | 111011 | 10010 | 101010010 | 1011001 | 101011 |
Color Harmonies of #D10C55
Complementary color
Monochromatic Colors of #D10C55
Black with #D10C55
Text Example
Text Example
White with #D10C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C55; }
p { color: rgb(209,12,85); }
H1.HeaderClassName
{
color: #D10C55;
}
.AnyTagClassName
{
color: #D10C55;
}
</style>
background-color css
<style>
a { background-color: #D10C55; }
a { background-color: rgb(209,12,85); }
div.DivClassName
{
background-color: #D10C55;
}
.BgClassName
{
background-color: #D10C55;
}
</style>
border-color css
<style>
span { border-color: #D10C55; }
span { border-color: rgb(209,12,85); }
td.TdClassName
{
border-color: #D10C55;
}
.TagClassName
{
border-color: #D10C55;
}
</style>