Shades of Ruby #CE1356
Tints of Ruby #CE1356
RGB
CMYK
RGB Variations
Color information
#CE1356 (or 0xCE1356) is known color: Ruby. HEX triplet: CE, 13 and 56. RGB value is (206,19,86). Sum of RGB (Red+Green+Blue) = 206+19+86=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1356 is #31ECA9. Grayscale: #525252. Windows color (decimal): -3271850 or 5641166. OLE color: 5641166.
HSL color Cylindrical-coordinate representation of color #CE1356: hue angle of 338.5º 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 #CE1356 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 86 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.19 |
| HSL | 338.5º | 0.83% | 0.44% | - |
| HSV(B) | 338.5º | 0.91% | 0.81% | - |
| XYZ | 27.37 | 14.26 | 10.11 | - |
| YUV | 82.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 86 | 0 | 0.91 | 0.58 | 0.19 | 338.5 | 0.83 | 0.44 |
| Hex | CE | 13 | 56 | 0 | 5B | 3A | 13 | 153 | 53 | 2C |
| Octal | 316 | 23 | 126 | 0 | 133 | 72 | 23 | 523 | 123 | 54 |
| Binary | 11001110 | 10011 | 1010110 | 0 | 1011011 | 111010 | 10011 | 101010011 | 1010011 | 101100 |
Color Harmonies of #CE1356
Complementary color
Monochromatic Colors of #CE1356
Black with #CE1356
Text Example
Text Example
White with #CE1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1356; }
p { color: rgb(206,19,86); }
H1.HeaderClassName
{
color: #CE1356;
}
.AnyTagClassName
{
color: #CE1356;
}
</style>
background-color css
<style>
a { background-color: #CE1356; }
a { background-color: rgb(206,19,86); }
div.DivClassName
{
background-color: #CE1356;
}
.BgClassName
{
background-color: #CE1356;
}
</style>
border-color css
<style>
span { border-color: #CE1356; }
span { border-color: rgb(206,19,86); }
td.TdClassName
{
border-color: #CE1356;
}
.TagClassName
{
border-color: #CE1356;
}
</style>