Shades of Ruby #D10C5C
Tints of Ruby #D10C5C
RGB
CMYK
RGB Variations
Color information
#D10C5C (or 0xD10C5C) is known color: Ruby. HEX triplet: D1, 0C and 5C. RGB value is (209,12,92). Sum of RGB (Red+Green+Blue) = 209+12+92=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C5C is #2EF3A3. Grayscale: #4F4F4F. Windows color (decimal): -3077028 or 6032593. OLE color: 6032593.
HSL color Cylindrical-coordinate representation of color #D10C5C: hue angle of 335.63º 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 #D10C5C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 92 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.18 |
| HSL | 335.63º | 0.89% | 0.43% | - |
| HSV(B) | 335.63º | 0.94% | 0.82% | - |
| XYZ | 28.36 | 14.59 | 11.45 | - |
| YUV | 80.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 92 | 0 | 0.94 | 0.56 | 0.18 | 335.63 | 0.89 | 0.43 |
| Hex | D1 | C | 5C | 0 | 5E | 38 | 12 | 150 | 59 | 2B |
| Octal | 321 | 14 | 134 | 0 | 136 | 70 | 22 | 520 | 131 | 53 |
| Binary | 11010001 | 1100 | 1011100 | 0 | 1011110 | 111000 | 10010 | 101010000 | 1011001 | 101011 |
Color Harmonies of #D10C5C
Complementary color
Monochromatic Colors of #D10C5C
Black with #D10C5C
Text Example
Text Example
White with #D10C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C5C; }
p { color: rgb(209,12,92); }
H1.HeaderClassName
{
color: #D10C5C;
}
.AnyTagClassName
{
color: #D10C5C;
}
</style>
background-color css
<style>
a { background-color: #D10C5C; }
a { background-color: rgb(209,12,92); }
div.DivClassName
{
background-color: #D10C5C;
}
.BgClassName
{
background-color: #D10C5C;
}
</style>
border-color css
<style>
span { border-color: #D10C5C; }
span { border-color: rgb(209,12,92); }
td.TdClassName
{
border-color: #D10C5C;
}
.TagClassName
{
border-color: #D10C5C;
}
</style>