Shades of Ruby #CE115C
Tints of Ruby #CE115C
RGB
CMYK
RGB Variations
Color information
#CE115C (or 0xCE115C) is known color: Ruby. HEX triplet: CE, 11 and 5C. RGB value is (206,17,92). Sum of RGB (Red+Green+Blue) = 206+17+92=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE115C is #31EEA3. Grayscale: #515151. Windows color (decimal): -3272356 or 6033870. OLE color: 6033870.
HSL color Cylindrical-coordinate representation of color #CE115C: hue angle of 336.19º 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 #CE115C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 92 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.19 |
| HSL | 336.19º | 0.85% | 0.44% | - |
| HSV(B) | 336.19º | 0.92% | 0.81% | - |
| XYZ | 27.59 | 14.3 | 11.43 | - |
| YUV | 82.06 | 133.62 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 92 | 0 | 0.92 | 0.55 | 0.19 | 336.19 | 0.85 | 0.44 |
| Hex | CE | 11 | 5C | 0 | 5C | 37 | 13 | 150 | 55 | 2C |
| Octal | 316 | 21 | 134 | 0 | 134 | 67 | 23 | 520 | 125 | 54 |
| Binary | 11001110 | 10001 | 1011100 | 0 | 1011100 | 110111 | 10011 | 101010000 | 1010101 | 101100 |
Color Harmonies of #CE115C
Complementary color
Monochromatic Colors of #CE115C
Black with #CE115C
Text Example
Text Example
White with #CE115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE115C; }
p { color: rgb(206,17,92); }
H1.HeaderClassName
{
color: #CE115C;
}
.AnyTagClassName
{
color: #CE115C;
}
</style>
background-color css
<style>
a { background-color: #CE115C; }
a { background-color: rgb(206,17,92); }
div.DivClassName
{
background-color: #CE115C;
}
.BgClassName
{
background-color: #CE115C;
}
</style>
border-color css
<style>
span { border-color: #CE115C; }
span { border-color: rgb(206,17,92); }
td.TdClassName
{
border-color: #CE115C;
}
.TagClassName
{
border-color: #CE115C;
}
</style>