Shades of Ruby #CE1268
Tints of Ruby #CE1268
RGB
CMYK
RGB Variations
Color information
#CE1268 (or 0xCE1268) is known color: Ruby. HEX triplet: CE, 12 and 68. RGB value is (206,18,104). Sum of RGB (Red+Green+Blue) = 206+18+104=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1268 is #31ED97. Grayscale: #535353. Windows color (decimal): -3272088 or 6820558. OLE color: 6820558.
HSL color Cylindrical-coordinate representation of color #CE1268: hue angle of 332.55º 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 #CE1268 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 104 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.19 |
| HSL | 332.55º | 0.84% | 0.44% | - |
| HSV(B) | 332.55º | 0.91% | 0.81% | - |
| XYZ | 28.17 | 14.55 | 14.42 | - |
| YUV | 84.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 104 | 0 | 0.91 | 0.50 | 0.19 | 332.55 | 0.84 | 0.44 |
| Hex | CE | 12 | 68 | 0 | 5B | 32 | 13 | 14D | 54 | 2C |
| Octal | 316 | 22 | 150 | 0 | 133 | 62 | 23 | 515 | 124 | 54 |
| Binary | 11001110 | 10010 | 1101000 | 0 | 1011011 | 110010 | 10011 | 101001101 | 1010100 | 101100 |
Color Harmonies of #CE1268
Complementary color
Monochromatic Colors of #CE1268
Black with #CE1268
Text Example
Text Example
White with #CE1268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1268; }
p { color: rgb(206,18,104); }
H1.HeaderClassName
{
color: #CE1268;
}
.AnyTagClassName
{
color: #CE1268;
}
</style>
background-color css
<style>
a { background-color: #CE1268; }
a { background-color: rgb(206,18,104); }
div.DivClassName
{
background-color: #CE1268;
}
.BgClassName
{
background-color: #CE1268;
}
</style>
border-color css
<style>
span { border-color: #CE1268; }
span { border-color: rgb(206,18,104); }
td.TdClassName
{
border-color: #CE1268;
}
.TagClassName
{
border-color: #CE1268;
}
</style>