Shades of Ruby #CD1363
Tints of Ruby #CD1363
RGB
CMYK
RGB Variations
Color information
#CD1363 (or 0xCD1363) is known color: Ruby. HEX triplet: CD, 13 and 63. RGB value is (205,19,99). Sum of RGB (Red+Green+Blue) = 205+19+99=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1363 is #32EC9C. Grayscale: #535353. Windows color (decimal): -3337373 or 6493133. OLE color: 6493133.
HSL color Cylindrical-coordinate representation of color #CD1363: hue angle of 334.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1363 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 99 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.20 |
| HSL | 334.19º | 0.83% | 0.44% | - |
| HSV(B) | 334.19º | 0.91% | 0.8% | - |
| XYZ | 27.66 | 14.35 | 13.12 | - |
| YUV | 83.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 99 | 0 | 0.91 | 0.52 | 0.20 | 334.19 | 0.83 | 0.44 |
| Hex | CD | 13 | 63 | 0 | 5B | 34 | 14 | 14E | 53 | 2C |
| Octal | 315 | 23 | 143 | 0 | 133 | 64 | 24 | 516 | 123 | 54 |
| Binary | 11001101 | 10011 | 1100011 | 0 | 1011011 | 110100 | 10100 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CD1363
Complementary color
Monochromatic Colors of #CD1363
Black with #CD1363
Text Example
Text Example
White with #CD1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1363; }
p { color: rgb(205,19,99); }
H1.HeaderClassName
{
color: #CD1363;
}
.AnyTagClassName
{
color: #CD1363;
}
</style>
background-color css
<style>
a { background-color: #CD1363; }
a { background-color: rgb(205,19,99); }
div.DivClassName
{
background-color: #CD1363;
}
.BgClassName
{
background-color: #CD1363;
}
</style>
border-color css
<style>
span { border-color: #CD1363; }
span { border-color: rgb(205,19,99); }
td.TdClassName
{
border-color: #CD1363;
}
.TagClassName
{
border-color: #CD1363;
}
</style>