Shades of Ruby #DC1555
Tints of Ruby #DC1555
RGB
CMYK
RGB Variations
Color information
#DC1555 (or 0xDC1555) is known color: Ruby. HEX triplet: DC, 15 and 55. RGB value is (220,21,85). Sum of RGB (Red+Green+Blue) = 220+21+85=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1555 is #23EAAA. Grayscale: #575757. Windows color (decimal): -2353835 or 5576156. OLE color: 5576156.
HSL color Cylindrical-coordinate representation of color #DC1555: hue angle of 340.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1555 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 85 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.14 |
| HSL | 340.7º | 0.83% | 0.47% | - |
| HSV(B) | 340.7º | 0.9% | 0.86% | - |
| XYZ | 31.42 | 16.41 | 10.11 | - |
| YUV | 87.8 | 126.43 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 85 | 0 | 0.90 | 0.61 | 0.14 | 340.7 | 0.83 | 0.47 |
| Hex | DC | 15 | 55 | 0 | 5A | 3D | E | 155 | 53 | 2F |
| Octal | 334 | 25 | 125 | 0 | 132 | 75 | 16 | 525 | 123 | 57 |
| Binary | 11011100 | 10101 | 1010101 | 0 | 1011010 | 111101 | 1110 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DC1555
Complementary color
Monochromatic Colors of #DC1555
Black with #DC1555
Text Example
Text Example
White with #DC1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1555; }
p { color: rgb(220,21,85); }
H1.HeaderClassName
{
color: #DC1555;
}
.AnyTagClassName
{
color: #DC1555;
}
</style>
background-color css
<style>
a { background-color: #DC1555; }
a { background-color: rgb(220,21,85); }
div.DivClassName
{
background-color: #DC1555;
}
.BgClassName
{
background-color: #DC1555;
}
</style>
border-color css
<style>
span { border-color: #DC1555; }
span { border-color: rgb(220,21,85); }
td.TdClassName
{
border-color: #DC1555;
}
.TagClassName
{
border-color: #DC1555;
}
</style>