Shades of Ruby #CE1151
Tints of Ruby #CE1151
RGB
CMYK
RGB Variations
Color information
#CE1151 (or 0xCE1151) is known color: Ruby. HEX triplet: CE, 11 and 51. RGB value is (206,17,81). Sum of RGB (Red+Green+Blue) = 206+17+81=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1151 is #31EEAE. Grayscale: #505050. Windows color (decimal): -3272367 or 5312974. OLE color: 5312974.
HSL color Cylindrical-coordinate representation of color #CE1151: hue angle of 339.68º 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 #CE1151 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 81 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.19 |
| HSL | 339.68º | 0.85% | 0.44% | - |
| HSV(B) | 339.68º | 0.92% | 0.81% | - |
| XYZ | 27.14 | 14.12 | 9.08 | - |
| YUV | 80.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 81 | 0 | 0.92 | 0.61 | 0.19 | 339.68 | 0.85 | 0.44 |
| Hex | CE | 11 | 51 | 0 | 5C | 3D | 13 | 154 | 55 | 2C |
| Octal | 316 | 21 | 121 | 0 | 134 | 75 | 23 | 524 | 125 | 54 |
| Binary | 11001110 | 10001 | 1010001 | 0 | 1011100 | 111101 | 10011 | 101010100 | 1010101 | 101100 |
Color Harmonies of #CE1151
Complementary color
Monochromatic Colors of #CE1151
Black with #CE1151
Text Example
Text Example
White with #CE1151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1151; }
p { color: rgb(206,17,81); }
H1.HeaderClassName
{
color: #CE1151;
}
.AnyTagClassName
{
color: #CE1151;
}
</style>
background-color css
<style>
a { background-color: #CE1151; }
a { background-color: rgb(206,17,81); }
div.DivClassName
{
background-color: #CE1151;
}
.BgClassName
{
background-color: #CE1151;
}
</style>
border-color css
<style>
span { border-color: #CE1151; }
span { border-color: rgb(206,17,81); }
td.TdClassName
{
border-color: #CE1151;
}
.TagClassName
{
border-color: #CE1151;
}
</style>