Shades of Ruby #CD1259
Tints of Ruby #CD1259
RGB
CMYK
RGB Variations
Color information
#CD1259 (or 0xCD1259) is known color: Ruby. HEX triplet: CD, 12 and 59. RGB value is (205,18,89). Sum of RGB (Red+Green+Blue) = 205+18+89=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1259 is #32EDA6. Grayscale: #515151. Windows color (decimal): -3337639 or 5837517. OLE color: 5837517.
HSL color Cylindrical-coordinate representation of color #CD1259: hue angle of 337.22º degrees, saturation: 0.84, 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 #CD1259 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.20 |
| HSL | 337.22º | 0.84% | 0.44% | - |
| HSV(B) | 337.22º | 0.91% | 0.8% | - |
| XYZ | 27.2 | 14.13 | 10.75 | - |
| YUV | 82.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 89 | 0 | 0.91 | 0.57 | 0.20 | 337.22 | 0.84 | 0.44 |
| Hex | CD | 12 | 59 | 0 | 5B | 39 | 14 | 151 | 54 | 2C |
| Octal | 315 | 22 | 131 | 0 | 133 | 71 | 24 | 521 | 124 | 54 |
| Binary | 11001101 | 10010 | 1011001 | 0 | 1011011 | 111001 | 10100 | 101010001 | 1010100 | 101100 |
Color Harmonies of #CD1259
Complementary color
Monochromatic Colors of #CD1259
Black with #CD1259
Text Example
Text Example
White with #CD1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1259; }
p { color: rgb(205,18,89); }
H1.HeaderClassName
{
color: #CD1259;
}
.AnyTagClassName
{
color: #CD1259;
}
</style>
background-color css
<style>
a { background-color: #CD1259; }
a { background-color: rgb(205,18,89); }
div.DivClassName
{
background-color: #CD1259;
}
.BgClassName
{
background-color: #CD1259;
}
</style>
border-color css
<style>
span { border-color: #CD1259; }
span { border-color: rgb(205,18,89); }
td.TdClassName
{
border-color: #CD1259;
}
.TagClassName
{
border-color: #CD1259;
}
</style>