Shades of Ruby #DC1857
Tints of Ruby #DC1857
RGB
CMYK
RGB Variations
Color information
#DC1857 (or 0xDC1857) is known color: Ruby. HEX triplet: DC, 18 and 57. RGB value is (220,24,87). Sum of RGB (Red+Green+Blue) = 220+24+87=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1857 is #23E7A8. Grayscale: #595959. Windows color (decimal): -2353065 or 5707996. OLE color: 5707996.
HSL color Cylindrical-coordinate representation of color #DC1857: hue angle of 340.71º 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 #DC1857 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 87 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.14 |
| HSL | 340.71º | 0.8% | 0.48% | - |
| HSV(B) | 340.71º | 0.89% | 0.86% | - |
| XYZ | 31.56 | 16.56 | 10.55 | - |
| YUV | 89.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 87 | 0 | 0.89 | 0.60 | 0.14 | 340.71 | 0.8 | 0.48 |
| Hex | DC | 18 | 57 | 0 | 59 | 3C | E | 155 | 50 | 30 |
| Octal | 334 | 30 | 127 | 0 | 131 | 74 | 16 | 525 | 120 | 60 |
| Binary | 11011100 | 11000 | 1010111 | 0 | 1011001 | 111100 | 1110 | 101010101 | 1010000 | 110000 |
Color Harmonies of #DC1857
Complementary color
Monochromatic Colors of #DC1857
Black with #DC1857
Text Example
Text Example
White with #DC1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1857; }
p { color: rgb(220,24,87); }
H1.HeaderClassName
{
color: #DC1857;
}
.AnyTagClassName
{
color: #DC1857;
}
</style>
background-color css
<style>
a { background-color: #DC1857; }
a { background-color: rgb(220,24,87); }
div.DivClassName
{
background-color: #DC1857;
}
.BgClassName
{
background-color: #DC1857;
}
</style>
border-color css
<style>
span { border-color: #DC1857; }
span { border-color: rgb(220,24,87); }
td.TdClassName
{
border-color: #DC1857;
}
.TagClassName
{
border-color: #DC1857;
}
</style>