Shades of Ruby #CD1356
Tints of Ruby #CD1356
RGB
CMYK
RGB Variations
Color information
#CD1356 (or 0xCD1356) is known color: Ruby. HEX triplet: CD, 13 and 56. RGB value is (205,19,86). Sum of RGB (Red+Green+Blue) = 205+19+86=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1356 is #32ECA9. Grayscale: #525252. Windows color (decimal): -3337386 or 5641165. OLE color: 5641165.
HSL color Cylindrical-coordinate representation of color #CD1356: hue angle of 338.39º 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 #CD1356 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 86 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.20 |
| HSL | 338.39º | 0.83% | 0.44% | - |
| HSV(B) | 338.39º | 0.91% | 0.8% | - |
| XYZ | 27.09 | 14.12 | 10.1 | - |
| YUV | 82.25 | 130.12 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 86 | 0 | 0.91 | 0.58 | 0.20 | 338.39 | 0.83 | 0.44 |
| Hex | CD | 13 | 56 | 0 | 5B | 3A | 14 | 152 | 53 | 2C |
| Octal | 315 | 23 | 126 | 0 | 133 | 72 | 24 | 522 | 123 | 54 |
| Binary | 11001101 | 10011 | 1010110 | 0 | 1011011 | 111010 | 10100 | 101010010 | 1010011 | 101100 |
Color Harmonies of #CD1356
Complementary color
Monochromatic Colors of #CD1356
Black with #CD1356
Text Example
Text Example
White with #CD1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1356; }
p { color: rgb(205,19,86); }
H1.HeaderClassName
{
color: #CD1356;
}
.AnyTagClassName
{
color: #CD1356;
}
</style>
background-color css
<style>
a { background-color: #CD1356; }
a { background-color: rgb(205,19,86); }
div.DivClassName
{
background-color: #CD1356;
}
.BgClassName
{
background-color: #CD1356;
}
</style>
border-color css
<style>
span { border-color: #CD1356; }
span { border-color: rgb(205,19,86); }
td.TdClassName
{
border-color: #CD1356;
}
.TagClassName
{
border-color: #CD1356;
}
</style>