Shades of Ruby #CE1150
Tints of Ruby #CE1150
RGB
CMYK
RGB Variations
Color information
#CE1150 (or 0xCE1150) is known color: Ruby. HEX triplet: CE, 11 and 50. RGB value is (206,17,80). Sum of RGB (Red+Green+Blue) = 206+17+80=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1150 is #31EEAF. Grayscale: #505050. Windows color (decimal): -3272368 or 5247438. OLE color: 5247438.
HSL color Cylindrical-coordinate representation of color #CE1150: hue angle of 340º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1150 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 80 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.19 |
| HSL | 340º | 0.85% | 0.44% | - |
| HSV(B) | 340º | 0.92% | 0.81% | - |
| XYZ | 27.1 | 14.1 | 8.88 | - |
| YUV | 80.69 | 127.62 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 80 | 0 | 0.92 | 0.61 | 0.19 | 340 | 0.85 | 0.44 |
| Hex | CE | 11 | 50 | 0 | 5C | 3D | 13 | 154 | 55 | 2C |
| Octal | 316 | 21 | 120 | 0 | 134 | 75 | 23 | 524 | 125 | 54 |
| Binary | 11001110 | 10001 | 1010000 | 0 | 1011100 | 111101 | 10011 | 101010100 | 1010101 | 101100 |
Color Harmonies of #CE1150
Complementary color
Monochromatic Colors of #CE1150
Black with #CE1150
Text Example
Text Example
White with #CE1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1150; }
p { color: rgb(206,17,80); }
H1.HeaderClassName
{
color: #CE1150;
}
.AnyTagClassName
{
color: #CE1150;
}
</style>
background-color css
<style>
a { background-color: #CE1150; }
a { background-color: rgb(206,17,80); }
div.DivClassName
{
background-color: #CE1150;
}
.BgClassName
{
background-color: #CE1150;
}
</style>
border-color css
<style>
span { border-color: #CE1150; }
span { border-color: rgb(206,17,80); }
td.TdClassName
{
border-color: #CE1150;
}
.TagClassName
{
border-color: #CE1150;
}
</style>