Shades of Ruby #CE1764
Tints of Ruby #CE1764
RGB
CMYK
RGB Variations
Color information
#CE1764 (or 0xCE1764) is known color: Ruby. HEX triplet: CE, 17 and 64. RGB value is (206,23,100). Sum of RGB (Red+Green+Blue) = 206+23+100=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1764 is #31E89B. Grayscale: #565656. Windows color (decimal): -3270812 or 6559694. OLE color: 6559694.
HSL color Cylindrical-coordinate representation of color #CE1764: hue angle of 334.75º degrees, saturation: 0.8, 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 #CE1764 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 100 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.19 |
| HSL | 334.75º | 0.8% | 0.45% | - |
| HSV(B) | 334.75º | 0.89% | 0.81% | - |
| XYZ | 28.06 | 14.65 | 13.41 | - |
| YUV | 86.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 100 | 0 | 0.89 | 0.51 | 0.19 | 334.75 | 0.8 | 0.45 |
| Hex | CE | 17 | 64 | 0 | 59 | 33 | 13 | 14F | 50 | 2D |
| Octal | 316 | 27 | 144 | 0 | 131 | 63 | 23 | 517 | 120 | 55 |
| Binary | 11001110 | 10111 | 1100100 | 0 | 1011001 | 110011 | 10011 | 101001111 | 1010000 | 101101 |
Color Harmonies of #CE1764
Complementary color
Monochromatic Colors of #CE1764
Black with #CE1764
Text Example
Text Example
White with #CE1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1764; }
p { color: rgb(206,23,100); }
H1.HeaderClassName
{
color: #CE1764;
}
.AnyTagClassName
{
color: #CE1764;
}
</style>
background-color css
<style>
a { background-color: #CE1764; }
a { background-color: rgb(206,23,100); }
div.DivClassName
{
background-color: #CE1764;
}
.BgClassName
{
background-color: #CE1764;
}
</style>
border-color css
<style>
span { border-color: #CE1764; }
span { border-color: rgb(206,23,100); }
td.TdClassName
{
border-color: #CE1764;
}
.TagClassName
{
border-color: #CE1764;
}
</style>