Shades of Ruby #CE1256
Tints of Ruby #CE1256
RGB
CMYK
RGB Variations
Color information
#CE1256 (or 0xCE1256) is known color: Ruby. HEX triplet: CE, 12 and 56. RGB value is (206,18,86). Sum of RGB (Red+Green+Blue) = 206+18+86=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1256 is #31EDA9. Grayscale: #515151. Windows color (decimal): -3272106 or 5640910. OLE color: 5640910.
HSL color Cylindrical-coordinate representation of color #CE1256: hue angle of 338.3º degrees, saturation: 0.84, 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 #CE1256 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.19 |
| HSL | 338.3º | 0.84% | 0.44% | - |
| HSV(B) | 338.3º | 0.91% | 0.81% | - |
| XYZ | 27.35 | 14.23 | 10.11 | - |
| YUV | 81.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 86 | 0 | 0.91 | 0.58 | 0.19 | 338.3 | 0.84 | 0.44 |
| Hex | CE | 12 | 56 | 0 | 5B | 3A | 13 | 152 | 54 | 2C |
| Octal | 316 | 22 | 126 | 0 | 133 | 72 | 23 | 522 | 124 | 54 |
| Binary | 11001110 | 10010 | 1010110 | 0 | 1011011 | 111010 | 10011 | 101010010 | 1010100 | 101100 |
Color Harmonies of #CE1256
Complementary color
Monochromatic Colors of #CE1256
Black with #CE1256
Text Example
Text Example
White with #CE1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1256; }
p { color: rgb(206,18,86); }
H1.HeaderClassName
{
color: #CE1256;
}
.AnyTagClassName
{
color: #CE1256;
}
</style>
background-color css
<style>
a { background-color: #CE1256; }
a { background-color: rgb(206,18,86); }
div.DivClassName
{
background-color: #CE1256;
}
.BgClassName
{
background-color: #CE1256;
}
</style>
border-color css
<style>
span { border-color: #CE1256; }
span { border-color: rgb(206,18,86); }
td.TdClassName
{
border-color: #CE1256;
}
.TagClassName
{
border-color: #CE1256;
}
</style>