Shades of Ruby #CD1362
Tints of Ruby #CD1362
RGB
CMYK
RGB Variations
Color information
#CD1362 (or 0xCD1362) is known color: Ruby. HEX triplet: CD, 13 and 62. RGB value is (205,19,98). Sum of RGB (Red+Green+Blue) = 205+19+98=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1362 is #32EC9D. Grayscale: #535353. Windows color (decimal): -3337374 or 6427597. OLE color: 6427597.
HSL color Cylindrical-coordinate representation of color #CD1362: hue angle of 334.52º 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 #CD1362 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.20 |
| HSL | 334.52º | 0.83% | 0.44% | - |
| HSV(B) | 334.52º | 0.91% | 0.8% | - |
| XYZ | 27.61 | 14.33 | 12.87 | - |
| YUV | 83.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 98 | 0 | 0.91 | 0.52 | 0.20 | 334.52 | 0.83 | 0.44 |
| Hex | CD | 13 | 62 | 0 | 5B | 34 | 14 | 14F | 53 | 2C |
| Octal | 315 | 23 | 142 | 0 | 133 | 64 | 24 | 517 | 123 | 54 |
| Binary | 11001101 | 10011 | 1100010 | 0 | 1011011 | 110100 | 10100 | 101001111 | 1010011 | 101100 |
Color Harmonies of #CD1362
Complementary color
Monochromatic Colors of #CD1362
Black with #CD1362
Text Example
Text Example
White with #CD1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1362; }
p { color: rgb(205,19,98); }
H1.HeaderClassName
{
color: #CD1362;
}
.AnyTagClassName
{
color: #CD1362;
}
</style>
background-color css
<style>
a { background-color: #CD1362; }
a { background-color: rgb(205,19,98); }
div.DivClassName
{
background-color: #CD1362;
}
.BgClassName
{
background-color: #CD1362;
}
</style>
border-color css
<style>
span { border-color: #CD1362; }
span { border-color: rgb(205,19,98); }
td.TdClassName
{
border-color: #CD1362;
}
.TagClassName
{
border-color: #CD1362;
}
</style>