Shades of Ruby #CD1657
Tints of Ruby #CD1657
RGB
CMYK
RGB Variations
Color information
#CD1657 (or 0xCD1657) is known color: Ruby. HEX triplet: CD, 16 and 57. RGB value is (205,22,87). Sum of RGB (Red+Green+Blue) = 205+22+87=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1657 is #32E9A8. Grayscale: #545454. Windows color (decimal): -3336617 or 5707469. OLE color: 5707469.
HSL color Cylindrical-coordinate representation of color #CD1657: hue angle of 338.69º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1657 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 87 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.20 |
| HSL | 338.69º | 0.81% | 0.45% | - |
| HSV(B) | 338.69º | 0.89% | 0.8% | - |
| XYZ | 27.18 | 14.24 | 10.33 | - |
| YUV | 84.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 87 | 0 | 0.89 | 0.58 | 0.20 | 338.69 | 0.81 | 0.45 |
| Hex | CD | 16 | 57 | 0 | 59 | 3A | 14 | 153 | 51 | 2D |
| Octal | 315 | 26 | 127 | 0 | 131 | 72 | 24 | 523 | 121 | 55 |
| Binary | 11001101 | 10110 | 1010111 | 0 | 1011001 | 111010 | 10100 | 101010011 | 1010001 | 101101 |
Color Harmonies of #CD1657
Complementary color
Monochromatic Colors of #CD1657
Black with #CD1657
Text Example
Text Example
White with #CD1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1657; }
p { color: rgb(205,22,87); }
H1.HeaderClassName
{
color: #CD1657;
}
.AnyTagClassName
{
color: #CD1657;
}
</style>
background-color css
<style>
a { background-color: #CD1657; }
a { background-color: rgb(205,22,87); }
div.DivClassName
{
background-color: #CD1657;
}
.BgClassName
{
background-color: #CD1657;
}
</style>
border-color css
<style>
span { border-color: #CD1657; }
span { border-color: rgb(205,22,87); }
td.TdClassName
{
border-color: #CD1657;
}
.TagClassName
{
border-color: #CD1657;
}
</style>