Shades of Ruby #CD1562
Tints of Ruby #CD1562
RGB
CMYK
RGB Variations
Color information
#CD1562 (or 0xCD1562) is known color: Ruby. HEX triplet: CD, 15 and 62. RGB value is (205,21,98). Sum of RGB (Red+Green+Blue) = 205+21+98=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1562 is #32EA9D. Grayscale: #545454. Windows color (decimal): -3336862 or 6428109. OLE color: 6428109.
HSL color Cylindrical-coordinate representation of color #CD1562: hue angle of 334.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1562 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 98 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.20 |
| HSL | 334.89º | 0.81% | 0.44% | - |
| HSV(B) | 334.89º | 0.9% | 0.8% | - |
| XYZ | 27.65 | 14.4 | 12.88 | - |
| YUV | 84.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 98 | 0 | 0.90 | 0.52 | 0.20 | 334.89 | 0.81 | 0.44 |
| Hex | CD | 15 | 62 | 0 | 5A | 34 | 14 | 14F | 51 | 2C |
| Octal | 315 | 25 | 142 | 0 | 132 | 64 | 24 | 517 | 121 | 54 |
| Binary | 11001101 | 10101 | 1100010 | 0 | 1011010 | 110100 | 10100 | 101001111 | 1010001 | 101100 |
Color Harmonies of #CD1562
Complementary color
Monochromatic Colors of #CD1562
Black with #CD1562
Text Example
Text Example
White with #CD1562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1562; }
p { color: rgb(205,21,98); }
H1.HeaderClassName
{
color: #CD1562;
}
.AnyTagClassName
{
color: #CD1562;
}
</style>
background-color css
<style>
a { background-color: #CD1562; }
a { background-color: rgb(205,21,98); }
div.DivClassName
{
background-color: #CD1562;
}
.BgClassName
{
background-color: #CD1562;
}
</style>
border-color css
<style>
span { border-color: #CD1562; }
span { border-color: rgb(205,21,98); }
td.TdClassName
{
border-color: #CD1562;
}
.TagClassName
{
border-color: #CD1562;
}
</style>