Shades of Ruby #DC1657
Tints of Ruby #DC1657
RGB
CMYK
RGB Variations
Color information
#DC1657 (or 0xDC1657) is known color: Ruby. HEX triplet: DC, 16 and 57. RGB value is (220,22,87). Sum of RGB (Red+Green+Blue) = 220+22+87=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1657 is #23E9A8. Grayscale: #585858. Windows color (decimal): -2353577 or 5707484. OLE color: 5707484.
HSL color Cylindrical-coordinate representation of color #DC1657: hue angle of 340.3º degrees, saturation: 0.82, 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 #DC1657 is Cyan = 0, Magento = 0.9, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 87 | - |
| CMYK | 0 | 0.9 | 0.60 | 0.14 |
| HSL | 340.3º | 0.82% | 0.47% | - |
| HSV(B) | 340.3º | 0.9% | 0.86% | - |
| XYZ | 31.52 | 16.48 | 10.54 | - |
| YUV | 88.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 87 | 0 | 0.9 | 0.60 | 0.14 | 340.3 | 0.82 | 0.47 |
| Hex | DC | 16 | 57 | 0 | 5A | 3C | E | 154 | 52 | 2F |
| Octal | 334 | 26 | 127 | 0 | 132 | 74 | 16 | 524 | 122 | 57 |
| Binary | 11011100 | 10110 | 1010111 | 0 | 1011010 | 111100 | 1110 | 101010100 | 1010010 | 101111 |
Color Harmonies of #DC1657
Complementary color
Monochromatic Colors of #DC1657
Black with #DC1657
Text Example
Text Example
White with #DC1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1657; }
p { color: rgb(220,22,87); }
H1.HeaderClassName
{
color: #DC1657;
}
.AnyTagClassName
{
color: #DC1657;
}
</style>
background-color css
<style>
a { background-color: #DC1657; }
a { background-color: rgb(220,22,87); }
div.DivClassName
{
background-color: #DC1657;
}
.BgClassName
{
background-color: #DC1657;
}
</style>
border-color css
<style>
span { border-color: #DC1657; }
span { border-color: rgb(220,22,87); }
td.TdClassName
{
border-color: #DC1657;
}
.TagClassName
{
border-color: #DC1657;
}
</style>