Shades of Ruby #CE1359
Tints of Ruby #CE1359
RGB
CMYK
RGB Variations
Color information
#CE1359 (or 0xCE1359) is known color: Ruby. HEX triplet: CE, 13 and 59. RGB value is (206,19,89). Sum of RGB (Red+Green+Blue) = 206+19+89=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1359 is #31ECA6. Grayscale: #525252. Windows color (decimal): -3271847 or 5837774. OLE color: 5837774.
HSL color Cylindrical-coordinate representation of color #CE1359: hue angle of 337.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1359 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 89 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.19 |
| HSL | 337.54º | 0.83% | 0.44% | - |
| HSV(B) | 337.54º | 0.91% | 0.81% | - |
| XYZ | 27.49 | 14.31 | 10.76 | - |
| YUV | 82.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 89 | 0 | 0.91 | 0.57 | 0.19 | 337.54 | 0.83 | 0.44 |
| Hex | CE | 13 | 59 | 0 | 5B | 39 | 13 | 152 | 53 | 2C |
| Octal | 316 | 23 | 131 | 0 | 133 | 71 | 23 | 522 | 123 | 54 |
| Binary | 11001110 | 10011 | 1011001 | 0 | 1011011 | 111001 | 10011 | 101010010 | 1010011 | 101100 |
Color Harmonies of #CE1359
Complementary color
Monochromatic Colors of #CE1359
Black with #CE1359
Text Example
Text Example
White with #CE1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1359; }
p { color: rgb(206,19,89); }
H1.HeaderClassName
{
color: #CE1359;
}
.AnyTagClassName
{
color: #CE1359;
}
</style>
background-color css
<style>
a { background-color: #CE1359; }
a { background-color: rgb(206,19,89); }
div.DivClassName
{
background-color: #CE1359;
}
.BgClassName
{
background-color: #CE1359;
}
</style>
border-color css
<style>
span { border-color: #CE1359; }
span { border-color: rgb(206,19,89); }
td.TdClassName
{
border-color: #CE1359;
}
.TagClassName
{
border-color: #CE1359;
}
</style>