Shades of Ruby #D60C57
Tints of Ruby #D60C57
RGB
CMYK
RGB Variations
Color information
#D60C57 (or 0xD60C57) is known color: Ruby. HEX triplet: D6, 0C and 57. RGB value is (214,12,87). Sum of RGB (Red+Green+Blue) = 214+12+87=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C57 is #29F3A8. Grayscale: #505050. Windows color (decimal): -2749353 or 5704918. OLE color: 5704918.
HSL color Cylindrical-coordinate representation of color #D60C57: hue angle of 337.72º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C57 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 87 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.16 |
| HSL | 337.72º | 0.89% | 0.44% | - |
| HSV(B) | 337.72º | 0.94% | 0.84% | - |
| XYZ | 29.58 | 15.25 | 10.4 | - |
| YUV | 80.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 87 | 0 | 0.94 | 0.59 | 0.16 | 337.72 | 0.89 | 0.44 |
| Hex | D6 | C | 57 | 0 | 5E | 3B | 10 | 152 | 59 | 2C |
| Octal | 326 | 14 | 127 | 0 | 136 | 73 | 20 | 522 | 131 | 54 |
| Binary | 11010110 | 1100 | 1010111 | 0 | 1011110 | 111011 | 10000 | 101010010 | 1011001 | 101100 |
Color Harmonies of #D60C57
Complementary color
Monochromatic Colors of #D60C57
Black with #D60C57
Text Example
Text Example
White with #D60C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C57; }
p { color: rgb(214,12,87); }
H1.HeaderClassName
{
color: #D60C57;
}
.AnyTagClassName
{
color: #D60C57;
}
</style>
background-color css
<style>
a { background-color: #D60C57; }
a { background-color: rgb(214,12,87); }
div.DivClassName
{
background-color: #D60C57;
}
.BgClassName
{
background-color: #D60C57;
}
</style>
border-color css
<style>
span { border-color: #D60C57; }
span { border-color: rgb(214,12,87); }
td.TdClassName
{
border-color: #D60C57;
}
.TagClassName
{
border-color: #D60C57;
}
</style>