Shades of Ruby #CE2059
Tints of Ruby #CE2059
RGB
CMYK
RGB Variations
Color information
#CE2059 (or 0xCE2059) is known color: Ruby. HEX triplet: CE, 20 and 59. RGB value is (206,32,89). Sum of RGB (Red+Green+Blue) = 206+32+89=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2059 is #31DFA6. Grayscale: #5A5A5A. Windows color (decimal): -3268519 or 5841102. OLE color: 5841102.
HSL color Cylindrical-coordinate representation of color #CE2059: hue angle of 340.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2059 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 89 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.19 |
| HSL | 340.34º | 0.73% | 0.47% | - |
| HSV(B) | 340.34º | 0.84% | 0.81% | - |
| XYZ | 27.77 | 14.88 | 10.86 | - |
| YUV | 90.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 89 | 0 | 0.84 | 0.57 | 0.19 | 340.34 | 0.73 | 0.47 |
| Hex | CE | 20 | 59 | 0 | 54 | 39 | 13 | 154 | 49 | 2F |
| Octal | 316 | 40 | 131 | 0 | 124 | 71 | 23 | 524 | 111 | 57 |
| Binary | 11001110 | 100000 | 1011001 | 0 | 1010100 | 111001 | 10011 | 101010100 | 1001001 | 101111 |
Color Harmonies of #CE2059
Complementary color
Monochromatic Colors of #CE2059
Black with #CE2059
Text Example
Text Example
White with #CE2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2059; }
p { color: rgb(206,32,89); }
H1.HeaderClassName
{
color: #CE2059;
}
.AnyTagClassName
{
color: #CE2059;
}
</style>
background-color css
<style>
a { background-color: #CE2059; }
a { background-color: rgb(206,32,89); }
div.DivClassName
{
background-color: #CE2059;
}
.BgClassName
{
background-color: #CE2059;
}
</style>
border-color css
<style>
span { border-color: #CE2059; }
span { border-color: rgb(206,32,89); }
td.TdClassName
{
border-color: #CE2059;
}
.TagClassName
{
border-color: #CE2059;
}
</style>