Shades of Ruby #CE1559
Tints of Ruby #CE1559
RGB
CMYK
RGB Variations
Color information
#CE1559 (or 0xCE1559) is known color: Ruby. HEX triplet: CE, 15 and 59. RGB value is (206,21,89). Sum of RGB (Red+Green+Blue) = 206+21+89=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1559 is #31EAA6. Grayscale: #535353. Windows color (decimal): -3271335 or 5838286. OLE color: 5838286.
HSL color Cylindrical-coordinate representation of color #CE1559: hue angle of 337.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1559 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 89 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.19 |
| HSL | 337.95º | 0.81% | 0.45% | - |
| HSV(B) | 337.95º | 0.9% | 0.81% | - |
| XYZ | 27.52 | 14.38 | 10.78 | - |
| YUV | 84.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 89 | 0 | 0.90 | 0.57 | 0.19 | 337.95 | 0.81 | 0.45 |
| Hex | CE | 15 | 59 | 0 | 5A | 39 | 13 | 152 | 51 | 2D |
| Octal | 316 | 25 | 131 | 0 | 132 | 71 | 23 | 522 | 121 | 55 |
| Binary | 11001110 | 10101 | 1011001 | 0 | 1011010 | 111001 | 10011 | 101010010 | 1010001 | 101101 |
Color Harmonies of #CE1559
Complementary color
Monochromatic Colors of #CE1559
Black with #CE1559
Text Example
Text Example
White with #CE1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1559; }
p { color: rgb(206,21,89); }
H1.HeaderClassName
{
color: #CE1559;
}
.AnyTagClassName
{
color: #CE1559;
}
</style>
background-color css
<style>
a { background-color: #CE1559; }
a { background-color: rgb(206,21,89); }
div.DivClassName
{
background-color: #CE1559;
}
.BgClassName
{
background-color: #CE1559;
}
</style>
border-color css
<style>
span { border-color: #CE1559; }
span { border-color: rgb(206,21,89); }
td.TdClassName
{
border-color: #CE1559;
}
.TagClassName
{
border-color: #CE1559;
}
</style>