Shades of Ruby #CE1556
Tints of Ruby #CE1556
RGB
CMYK
RGB Variations
Color information
#CE1556 (or 0xCE1556) is known color: Ruby. HEX triplet: CE, 15 and 56. RGB value is (206,21,86). Sum of RGB (Red+Green+Blue) = 206+21+86=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1556 is #31EAA9. Grayscale: #535353. Windows color (decimal): -3271338 or 5641678. OLE color: 5641678.
HSL color Cylindrical-coordinate representation of color #CE1556: hue angle of 338.92º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1556 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.19 |
| HSL | 338.92º | 0.81% | 0.45% | - |
| HSV(B) | 338.92º | 0.9% | 0.81% | - |
| XYZ | 27.4 | 14.33 | 10.13 | - |
| YUV | 83.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 86 | 0 | 0.90 | 0.58 | 0.19 | 338.92 | 0.81 | 0.45 |
| Hex | CE | 15 | 56 | 0 | 5A | 3A | 13 | 153 | 51 | 2D |
| Octal | 316 | 25 | 126 | 0 | 132 | 72 | 23 | 523 | 121 | 55 |
| Binary | 11001110 | 10101 | 1010110 | 0 | 1011010 | 111010 | 10011 | 101010011 | 1010001 | 101101 |
Color Harmonies of #CE1556
Complementary color
Monochromatic Colors of #CE1556
Black with #CE1556
Text Example
Text Example
White with #CE1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1556; }
p { color: rgb(206,21,86); }
H1.HeaderClassName
{
color: #CE1556;
}
.AnyTagClassName
{
color: #CE1556;
}
</style>
background-color css
<style>
a { background-color: #CE1556; }
a { background-color: rgb(206,21,86); }
div.DivClassName
{
background-color: #CE1556;
}
.BgClassName
{
background-color: #CE1556;
}
</style>
border-color css
<style>
span { border-color: #CE1556; }
span { border-color: rgb(206,21,86); }
td.TdClassName
{
border-color: #CE1556;
}
.TagClassName
{
border-color: #CE1556;
}
</style>