Shades of Ruby #DC1955
Tints of Ruby #DC1955
RGB
CMYK
RGB Variations
Color information
#DC1955 (or 0xDC1955) is known color: Ruby. HEX triplet: DC, 19 and 55. RGB value is (220,25,85). Sum of RGB (Red+Green+Blue) = 220+25+85=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1955 is #23E6AA. Grayscale: #5A5A5A. Windows color (decimal): -2352811 or 5577180. OLE color: 5577180.
HSL color Cylindrical-coordinate representation of color #DC1955: hue angle of 341.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1955 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 85 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.14 |
| HSL | 341.54º | 0.8% | 0.48% | - |
| HSV(B) | 341.54º | 0.89% | 0.86% | - |
| XYZ | 31.5 | 16.57 | 10.13 | - |
| YUV | 90.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 85 | 0 | 0.89 | 0.61 | 0.14 | 341.54 | 0.8 | 0.48 |
| Hex | DC | 19 | 55 | 0 | 59 | 3D | E | 156 | 50 | 30 |
| Octal | 334 | 31 | 125 | 0 | 131 | 75 | 16 | 526 | 120 | 60 |
| Binary | 11011100 | 11001 | 1010101 | 0 | 1011001 | 111101 | 1110 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DC1955
Complementary color
Monochromatic Colors of #DC1955
Black with #DC1955
Text Example
Text Example
White with #DC1955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1955; }
p { color: rgb(220,25,85); }
H1.HeaderClassName
{
color: #DC1955;
}
.AnyTagClassName
{
color: #DC1955;
}
</style>
background-color css
<style>
a { background-color: #DC1955; }
a { background-color: rgb(220,25,85); }
div.DivClassName
{
background-color: #DC1955;
}
.BgClassName
{
background-color: #DC1955;
}
</style>
border-color css
<style>
span { border-color: #DC1955; }
span { border-color: rgb(220,25,85); }
td.TdClassName
{
border-color: #DC1955;
}
.TagClassName
{
border-color: #DC1955;
}
</style>