Shades of Ruby #CD1364
Tints of Ruby #CD1364
RGB
CMYK
RGB Variations
Color information
#CD1364 (or 0xCD1364) is known color: Ruby. HEX triplet: CD, 13 and 64. RGB value is (205,19,100). Sum of RGB (Red+Green+Blue) = 205+19+100=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1364 is #32EC9B. Grayscale: #535353. Windows color (decimal): -3337372 or 6558669. OLE color: 6558669.
HSL color Cylindrical-coordinate representation of color #CD1364: hue angle of 333.87º 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 #CD1364 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.20 |
| HSL | 333.87º | 0.83% | 0.44% | - |
| HSV(B) | 333.87º | 0.91% | 0.8% | - |
| XYZ | 27.71 | 14.36 | 13.37 | - |
| YUV | 83.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 100 | 0 | 0.91 | 0.51 | 0.20 | 333.87 | 0.83 | 0.44 |
| Hex | CD | 13 | 64 | 0 | 5B | 33 | 14 | 14E | 53 | 2C |
| Octal | 315 | 23 | 144 | 0 | 133 | 63 | 24 | 516 | 123 | 54 |
| Binary | 11001101 | 10011 | 1100100 | 0 | 1011011 | 110011 | 10100 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CD1364
Complementary color
Monochromatic Colors of #CD1364
Black with #CD1364
Text Example
Text Example
White with #CD1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1364; }
p { color: rgb(205,19,100); }
H1.HeaderClassName
{
color: #CD1364;
}
.AnyTagClassName
{
color: #CD1364;
}
</style>
background-color css
<style>
a { background-color: #CD1364; }
a { background-color: rgb(205,19,100); }
div.DivClassName
{
background-color: #CD1364;
}
.BgClassName
{
background-color: #CD1364;
}
</style>
border-color css
<style>
span { border-color: #CD1364; }
span { border-color: rgb(205,19,100); }
td.TdClassName
{
border-color: #CD1364;
}
.TagClassName
{
border-color: #CD1364;
}
</style>