Shades of Ruby #CE1659
Tints of Ruby #CE1659
RGB
CMYK
RGB Variations
Color information
#CE1659 (or 0xCE1659) is known color: Ruby. HEX triplet: CE, 16 and 59. RGB value is (206,22,89). Sum of RGB (Red+Green+Blue) = 206+22+89=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1659 is #31E9A6. Grayscale: #545454. Windows color (decimal): -3271079 or 5838542. OLE color: 5838542.
HSL color Cylindrical-coordinate representation of color #CE1659: hue angle of 338.15º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1659 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 89 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.19 |
| HSL | 338.15º | 0.81% | 0.45% | - |
| HSV(B) | 338.15º | 0.89% | 0.81% | - |
| XYZ | 27.54 | 14.42 | 10.78 | - |
| YUV | 84.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 89 | 0 | 0.89 | 0.57 | 0.19 | 338.15 | 0.81 | 0.45 |
| Hex | CE | 16 | 59 | 0 | 59 | 39 | 13 | 152 | 51 | 2D |
| Octal | 316 | 26 | 131 | 0 | 131 | 71 | 23 | 522 | 121 | 55 |
| Binary | 11001110 | 10110 | 1011001 | 0 | 1011001 | 111001 | 10011 | 101010010 | 1010001 | 101101 |
Color Harmonies of #CE1659
Complementary color
Monochromatic Colors of #CE1659
Black with #CE1659
Text Example
Text Example
White with #CE1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1659; }
p { color: rgb(206,22,89); }
H1.HeaderClassName
{
color: #CE1659;
}
.AnyTagClassName
{
color: #CE1659;
}
</style>
background-color css
<style>
a { background-color: #CE1659; }
a { background-color: rgb(206,22,89); }
div.DivClassName
{
background-color: #CE1659;
}
.BgClassName
{
background-color: #CE1659;
}
</style>
border-color css
<style>
span { border-color: #CE1659; }
span { border-color: rgb(206,22,89); }
td.TdClassName
{
border-color: #CE1659;
}
.TagClassName
{
border-color: #CE1659;
}
</style>