Shades of Ruby #CD1756
Tints of Ruby #CD1756
RGB
CMYK
RGB Variations
Color information
#CD1756 (or 0xCD1756) is known color: Ruby. HEX triplet: CD, 17 and 56. RGB value is (205,23,86). Sum of RGB (Red+Green+Blue) = 205+23+86=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1756 is #32E8A9. Grayscale: #545454. Windows color (decimal): -3336362 or 5642189. OLE color: 5642189.
HSL color Cylindrical-coordinate representation of color #CD1756: hue angle of 339.23º degrees, saturation: 0.8, 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 #CD1756 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.20 |
| HSL | 339.23º | 0.8% | 0.45% | - |
| HSV(B) | 339.23º | 0.89% | 0.8% | - |
| XYZ | 27.16 | 14.26 | 10.13 | - |
| YUV | 84.6 | 128.8 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 86 | 0 | 0.89 | 0.58 | 0.20 | 339.23 | 0.8 | 0.45 |
| Hex | CD | 17 | 56 | 0 | 59 | 3A | 14 | 153 | 50 | 2D |
| Octal | 315 | 27 | 126 | 0 | 131 | 72 | 24 | 523 | 120 | 55 |
| Binary | 11001101 | 10111 | 1010110 | 0 | 1011001 | 111010 | 10100 | 101010011 | 1010000 | 101101 |
Color Harmonies of #CD1756
Complementary color
Monochromatic Colors of #CD1756
Black with #CD1756
Text Example
Text Example
White with #CD1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1756; }
p { color: rgb(205,23,86); }
H1.HeaderClassName
{
color: #CD1756;
}
.AnyTagClassName
{
color: #CD1756;
}
</style>
background-color css
<style>
a { background-color: #CD1756; }
a { background-color: rgb(205,23,86); }
div.DivClassName
{
background-color: #CD1756;
}
.BgClassName
{
background-color: #CD1756;
}
</style>
border-color css
<style>
span { border-color: #CD1756; }
span { border-color: rgb(205,23,86); }
td.TdClassName
{
border-color: #CD1756;
}
.TagClassName
{
border-color: #CD1756;
}
</style>