Shades of Ruby #DC1856
Tints of Ruby #DC1856
RGB
CMYK
RGB Variations
Color information
#DC1856 (or 0xDC1856) is known color: Ruby. HEX triplet: DC, 18 and 56. RGB value is (220,24,86). Sum of RGB (Red+Green+Blue) = 220+24+86=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1856 is #23E7A9. Grayscale: #595959. Windows color (decimal): -2353066 or 5642460. OLE color: 5642460.
HSL color Cylindrical-coordinate representation of color #DC1856: hue angle of 341.02º 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 #DC1856 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 86 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.14 |
| HSL | 341.02º | 0.8% | 0.48% | - |
| HSV(B) | 341.02º | 0.89% | 0.86% | - |
| XYZ | 31.52 | 16.54 | 10.34 | - |
| YUV | 89.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 86 | 0 | 0.89 | 0.61 | 0.14 | 341.02 | 0.8 | 0.48 |
| Hex | DC | 18 | 56 | 0 | 59 | 3D | E | 155 | 50 | 30 |
| Octal | 334 | 30 | 126 | 0 | 131 | 75 | 16 | 525 | 120 | 60 |
| Binary | 11011100 | 11000 | 1010110 | 0 | 1011001 | 111101 | 1110 | 101010101 | 1010000 | 110000 |
Color Harmonies of #DC1856
Complementary color
Monochromatic Colors of #DC1856
Black with #DC1856
Text Example
Text Example
White with #DC1856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1856; }
p { color: rgb(220,24,86); }
H1.HeaderClassName
{
color: #DC1856;
}
.AnyTagClassName
{
color: #DC1856;
}
</style>
background-color css
<style>
a { background-color: #DC1856; }
a { background-color: rgb(220,24,86); }
div.DivClassName
{
background-color: #DC1856;
}
.BgClassName
{
background-color: #DC1856;
}
</style>
border-color css
<style>
span { border-color: #DC1856; }
span { border-color: rgb(220,24,86); }
td.TdClassName
{
border-color: #DC1856;
}
.TagClassName
{
border-color: #DC1856;
}
</style>