Shades of Ruby #DC1460
Tints of Ruby #DC1460
RGB
CMYK
RGB Variations
Color information
#DC1460 (or 0xDC1460) is known color: Ruby. HEX triplet: DC, 14 and 60. RGB value is (220,20,96). Sum of RGB (Red+Green+Blue) = 220+20+96=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1460 is #23EB9F. Grayscale: #585858. Windows color (decimal): -2354080 or 6296796. OLE color: 6296796.
HSL color Cylindrical-coordinate representation of color #DC1460: hue angle of 337.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1460 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 96 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.14 |
| HSL | 337.2º | 0.83% | 0.47% | - |
| HSV(B) | 337.2º | 0.91% | 0.86% | - |
| XYZ | 31.88 | 16.56 | 12.58 | - |
| YUV | 88.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 96 | 0 | 0.91 | 0.56 | 0.14 | 337.2 | 0.83 | 0.47 |
| Hex | DC | 14 | 60 | 0 | 5B | 38 | E | 151 | 53 | 2F |
| Octal | 334 | 24 | 140 | 0 | 133 | 70 | 16 | 521 | 123 | 57 |
| Binary | 11011100 | 10100 | 1100000 | 0 | 1011011 | 111000 | 1110 | 101010001 | 1010011 | 101111 |
Color Harmonies of #DC1460
Complementary color
Monochromatic Colors of #DC1460
Black with #DC1460
Text Example
Text Example
White with #DC1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1460; }
p { color: rgb(220,20,96); }
H1.HeaderClassName
{
color: #DC1460;
}
.AnyTagClassName
{
color: #DC1460;
}
</style>
background-color css
<style>
a { background-color: #DC1460; }
a { background-color: rgb(220,20,96); }
div.DivClassName
{
background-color: #DC1460;
}
.BgClassName
{
background-color: #DC1460;
}
</style>
border-color css
<style>
span { border-color: #DC1460; }
span { border-color: rgb(220,20,96); }
td.TdClassName
{
border-color: #DC1460;
}
.TagClassName
{
border-color: #DC1460;
}
</style>