Shades of Ruby #DC1C55
Tints of Ruby #DC1C55
RGB
CMYK
RGB Variations
Color information
#DC1C55 (or 0xDC1C55) is known color: Ruby. HEX triplet: DC, 1C and 55. RGB value is (220,28,85). Sum of RGB (Red+Green+Blue) = 220+28+85=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C55 is #23E3AA. Grayscale: #5B5B5B. Windows color (decimal): -2352043 or 5577948. OLE color: 5577948.
HSL color Cylindrical-coordinate representation of color #DC1C55: hue angle of 342.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C55 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 85 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.14 |
| HSL | 342.19º | 0.77% | 0.49% | - |
| HSV(B) | 342.19º | 0.87% | 0.86% | - |
| XYZ | 31.57 | 16.7 | 10.15 | - |
| YUV | 91.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 85 | 0 | 0.87 | 0.61 | 0.14 | 342.19 | 0.77 | 0.49 |
| Hex | DC | 1C | 55 | 0 | 57 | 3D | E | 156 | 4D | 31 |
| Octal | 334 | 34 | 125 | 0 | 127 | 75 | 16 | 526 | 115 | 61 |
| Binary | 11011100 | 11100 | 1010101 | 0 | 1010111 | 111101 | 1110 | 101010110 | 1001101 | 110001 |
Color Harmonies of #DC1C55
Complementary color
Monochromatic Colors of #DC1C55
Black with #DC1C55
Text Example
Text Example
White with #DC1C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C55; }
p { color: rgb(220,28,85); }
H1.HeaderClassName
{
color: #DC1C55;
}
.AnyTagClassName
{
color: #DC1C55;
}
</style>
background-color css
<style>
a { background-color: #DC1C55; }
a { background-color: rgb(220,28,85); }
div.DivClassName
{
background-color: #DC1C55;
}
.BgClassName
{
background-color: #DC1C55;
}
</style>
border-color css
<style>
span { border-color: #DC1C55; }
span { border-color: rgb(220,28,85); }
td.TdClassName
{
border-color: #DC1C55;
}
.TagClassName
{
border-color: #DC1C55;
}
</style>