Shades of Ruby #CD1553
Tints of Ruby #CD1553
RGB
CMYK
RGB Variations
Color information
#CD1553 (or 0xCD1553) is known color: Ruby. HEX triplet: CD, 15 and 53. RGB value is (205,21,83). Sum of RGB (Red+Green+Blue) = 205+21+83=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1553 is #32EAAC. Grayscale: #535353. Windows color (decimal): -3336877 or 5445069. OLE color: 5445069.
HSL color Cylindrical-coordinate representation of color #CD1553: hue angle of 339.78º 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 #CD1553 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.20 |
| HSL | 339.78º | 0.81% | 0.44% | - |
| HSV(B) | 339.78º | 0.9% | 0.8% | - |
| XYZ | 27.01 | 14.14 | 9.49 | - |
| YUV | 83.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 83 | 0 | 0.90 | 0.60 | 0.20 | 339.78 | 0.81 | 0.44 |
| Hex | CD | 15 | 53 | 0 | 5A | 3C | 14 | 154 | 51 | 2C |
| Octal | 315 | 25 | 123 | 0 | 132 | 74 | 24 | 524 | 121 | 54 |
| Binary | 11001101 | 10101 | 1010011 | 0 | 1011010 | 111100 | 10100 | 101010100 | 1010001 | 101100 |
Color Harmonies of #CD1553
Complementary color
Monochromatic Colors of #CD1553
Black with #CD1553
Text Example
Text Example
White with #CD1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1553; }
p { color: rgb(205,21,83); }
H1.HeaderClassName
{
color: #CD1553;
}
.AnyTagClassName
{
color: #CD1553;
}
</style>
background-color css
<style>
a { background-color: #CD1553; }
a { background-color: rgb(205,21,83); }
div.DivClassName
{
background-color: #CD1553;
}
.BgClassName
{
background-color: #CD1553;
}
</style>
border-color css
<style>
span { border-color: #CD1553; }
span { border-color: rgb(205,21,83); }
td.TdClassName
{
border-color: #CD1553;
}
.TagClassName
{
border-color: #CD1553;
}
</style>