Shades of Ruby #CE0959
Tints of Ruby #CE0959
RGB
CMYK
RGB Variations
Color information
#CE0959 (or 0xCE0959) is known color: Ruby. HEX triplet: CE, 09 and 59. RGB value is (206,9,89). Sum of RGB (Red+Green+Blue) = 206+9+89=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0959 is #31F6A6. Grayscale: #4C4C4C. Windows color (decimal): -3274407 or 5835214. OLE color: 5835214.
HSL color Cylindrical-coordinate representation of color #CE0959: hue angle of 335.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0959 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.19 |
| HSL | 335.63º | 0.92% | 0.42% | - |
| HSV(B) | 335.63º | 0.96% | 0.81% | - |
| XYZ | 27.35 | 14.04 | 10.72 | - |
| YUV | 77.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 89 | 0 | 0.96 | 0.57 | 0.19 | 335.63 | 0.92 | 0.42 |
| Hex | CE | 9 | 59 | 0 | 60 | 39 | 13 | 150 | 5C | 2A |
| Octal | 316 | 11 | 131 | 0 | 140 | 71 | 23 | 520 | 134 | 52 |
| Binary | 11001110 | 1001 | 1011001 | 0 | 1100000 | 111001 | 10011 | 101010000 | 1011100 | 101010 |
Color Harmonies of #CE0959
Complementary color
Monochromatic Colors of #CE0959
Black with #CE0959
Text Example
Text Example
White with #CE0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0959; }
p { color: rgb(206,9,89); }
H1.HeaderClassName
{
color: #CE0959;
}
.AnyTagClassName
{
color: #CE0959;
}
</style>
background-color css
<style>
a { background-color: #CE0959; }
a { background-color: rgb(206,9,89); }
div.DivClassName
{
background-color: #CE0959;
}
.BgClassName
{
background-color: #CE0959;
}
</style>
border-color css
<style>
span { border-color: #CE0959; }
span { border-color: rgb(206,9,89); }
td.TdClassName
{
border-color: #CE0959;
}
.TagClassName
{
border-color: #CE0959;
}
</style>