Shades of Ruby #DC1760
Tints of Ruby #DC1760
RGB
CMYK
RGB Variations
Color information
#DC1760 (or 0xDC1760) is known color: Ruby. HEX triplet: DC, 17 and 60. RGB value is (220,23,96). Sum of RGB (Red+Green+Blue) = 220+23+96=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1760 is #23E89F. Grayscale: #5A5A5A. Windows color (decimal): -2353312 or 6297564. OLE color: 6297564.
HSL color Cylindrical-coordinate representation of color #DC1760: hue angle of 337.77º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1760 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 96 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.14 |
| HSL | 337.77º | 0.81% | 0.48% | - |
| HSV(B) | 337.77º | 0.9% | 0.86% | - |
| XYZ | 31.93 | 16.67 | 12.6 | - |
| YUV | 90.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 96 | 0 | 0.90 | 0.56 | 0.14 | 337.77 | 0.81 | 0.48 |
| Hex | DC | 17 | 60 | 0 | 5A | 38 | E | 152 | 51 | 30 |
| Octal | 334 | 27 | 140 | 0 | 132 | 70 | 16 | 522 | 121 | 60 |
| Binary | 11011100 | 10111 | 1100000 | 0 | 1011010 | 111000 | 1110 | 101010010 | 1010001 | 110000 |
Color Harmonies of #DC1760
Complementary color
Monochromatic Colors of #DC1760
Black with #DC1760
Text Example
Text Example
White with #DC1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1760; }
p { color: rgb(220,23,96); }
H1.HeaderClassName
{
color: #DC1760;
}
.AnyTagClassName
{
color: #DC1760;
}
</style>
background-color css
<style>
a { background-color: #DC1760; }
a { background-color: rgb(220,23,96); }
div.DivClassName
{
background-color: #DC1760;
}
.BgClassName
{
background-color: #DC1760;
}
</style>
border-color css
<style>
span { border-color: #DC1760; }
span { border-color: rgb(220,23,96); }
td.TdClassName
{
border-color: #DC1760;
}
.TagClassName
{
border-color: #DC1760;
}
</style>