Shades of Ruby #CE1663
Tints of Ruby #CE1663
RGB
CMYK
RGB Variations
Color information
#CE1663 (or 0xCE1663) is known color: Ruby. HEX triplet: CE, 16 and 63. RGB value is (206,22,99). Sum of RGB (Red+Green+Blue) = 206+22+99=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1663 is #31E99C. Grayscale: #555555. Windows color (decimal): -3271069 or 6493902. OLE color: 6493902.
HSL color Cylindrical-coordinate representation of color #CE1663: hue angle of 334.89º 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 #CE1663 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 99 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.19 |
| HSL | 334.89º | 0.81% | 0.45% | - |
| HSV(B) | 334.89º | 0.89% | 0.81% | - |
| XYZ | 27.99 | 14.6 | 13.15 | - |
| YUV | 85.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 99 | 0 | 0.89 | 0.52 | 0.19 | 334.89 | 0.81 | 0.45 |
| Hex | CE | 16 | 63 | 0 | 59 | 34 | 13 | 14F | 51 | 2D |
| Octal | 316 | 26 | 143 | 0 | 131 | 64 | 23 | 517 | 121 | 55 |
| Binary | 11001110 | 10110 | 1100011 | 0 | 1011001 | 110100 | 10011 | 101001111 | 1010001 | 101101 |
Color Harmonies of #CE1663
Complementary color
Monochromatic Colors of #CE1663
Black with #CE1663
Text Example
Text Example
White with #CE1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1663; }
p { color: rgb(206,22,99); }
H1.HeaderClassName
{
color: #CE1663;
}
.AnyTagClassName
{
color: #CE1663;
}
</style>
background-color css
<style>
a { background-color: #CE1663; }
a { background-color: rgb(206,22,99); }
div.DivClassName
{
background-color: #CE1663;
}
.BgClassName
{
background-color: #CE1663;
}
</style>
border-color css
<style>
span { border-color: #CE1663; }
span { border-color: rgb(206,22,99); }
td.TdClassName
{
border-color: #CE1663;
}
.TagClassName
{
border-color: #CE1663;
}
</style>