Shades of Ruby #CE1355
Tints of Ruby #CE1355
RGB
CMYK
RGB Variations
Color information
#CE1355 (or 0xCE1355) is known color: Ruby. HEX triplet: CE, 13 and 55. RGB value is (206,19,85). Sum of RGB (Red+Green+Blue) = 206+19+85=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1355 is #31ECAA. Grayscale: #525252. Windows color (decimal): -3271851 or 5575630. OLE color: 5575630.
HSL color Cylindrical-coordinate representation of color #CE1355: hue angle of 338.82º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1355 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 85 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.19 |
| HSL | 338.82º | 0.83% | 0.44% | - |
| HSV(B) | 338.82º | 0.91% | 0.81% | - |
| XYZ | 27.33 | 14.24 | 9.9 | - |
| YUV | 82.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 85 | 0 | 0.91 | 0.59 | 0.19 | 338.82 | 0.83 | 0.44 |
| Hex | CE | 13 | 55 | 0 | 5B | 3B | 13 | 153 | 53 | 2C |
| Octal | 316 | 23 | 125 | 0 | 133 | 73 | 23 | 523 | 123 | 54 |
| Binary | 11001110 | 10011 | 1010101 | 0 | 1011011 | 111011 | 10011 | 101010011 | 1010011 | 101100 |
Color Harmonies of #CE1355
Complementary color
Monochromatic Colors of #CE1355
Black with #CE1355
Text Example
Text Example
White with #CE1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1355; }
p { color: rgb(206,19,85); }
H1.HeaderClassName
{
color: #CE1355;
}
.AnyTagClassName
{
color: #CE1355;
}
</style>
background-color css
<style>
a { background-color: #CE1355; }
a { background-color: rgb(206,19,85); }
div.DivClassName
{
background-color: #CE1355;
}
.BgClassName
{
background-color: #CE1355;
}
</style>
border-color css
<style>
span { border-color: #CE1355; }
span { border-color: rgb(206,19,85); }
td.TdClassName
{
border-color: #CE1355;
}
.TagClassName
{
border-color: #CE1355;
}
</style>