Shades of Ruby #CD1750
Tints of Ruby #CD1750
RGB
CMYK
RGB Variations
Color information
#CD1750 (or 0xCD1750) is known color: Ruby. HEX triplet: CD, 17 and 50. RGB value is (205,23,80). Sum of RGB (Red+Green+Blue) = 205+23+80=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1750 is #32E8AF. Grayscale: #535353. Windows color (decimal): -3336368 or 5248973. OLE color: 5248973.
HSL color Cylindrical-coordinate representation of color #CD1750: hue angle of 341.21º 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 #CD1750 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.20 |
| HSL | 341.21º | 0.8% | 0.45% | - |
| HSV(B) | 341.21º | 0.89% | 0.8% | - |
| XYZ | 26.93 | 14.17 | 8.91 | - |
| YUV | 83.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 80 | 0 | 0.89 | 0.61 | 0.20 | 341.21 | 0.8 | 0.45 |
| Hex | CD | 17 | 50 | 0 | 59 | 3D | 14 | 155 | 50 | 2D |
| Octal | 315 | 27 | 120 | 0 | 131 | 75 | 24 | 525 | 120 | 55 |
| Binary | 11001101 | 10111 | 1010000 | 0 | 1011001 | 111101 | 10100 | 101010101 | 1010000 | 101101 |
Color Harmonies of #CD1750
Complementary color
Monochromatic Colors of #CD1750
Black with #CD1750
Text Example
Text Example
White with #CD1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1750; }
p { color: rgb(205,23,80); }
H1.HeaderClassName
{
color: #CD1750;
}
.AnyTagClassName
{
color: #CD1750;
}
</style>
background-color css
<style>
a { background-color: #CD1750; }
a { background-color: rgb(205,23,80); }
div.DivClassName
{
background-color: #CD1750;
}
.BgClassName
{
background-color: #CD1750;
}
</style>
border-color css
<style>
span { border-color: #CD1750; }
span { border-color: rgb(205,23,80); }
td.TdClassName
{
border-color: #CD1750;
}
.TagClassName
{
border-color: #CD1750;
}
</style>