Shades of Ruby #CE1368
Tints of Ruby #CE1368
RGB
CMYK
RGB Variations
Color information
#CE1368 (or 0xCE1368) is known color: Ruby. HEX triplet: CE, 13 and 68. RGB value is (206,19,104). Sum of RGB (Red+Green+Blue) = 206+19+104=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1368 is #31EC97. Grayscale: #545454. Windows color (decimal): -3271832 or 6820814. OLE color: 6820814.
HSL color Cylindrical-coordinate representation of color #CE1368: hue angle of 332.73º 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 #CE1368 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 104 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.19 |
| HSL | 332.73º | 0.83% | 0.44% | - |
| HSV(B) | 332.73º | 0.91% | 0.81% | - |
| XYZ | 28.19 | 14.59 | 14.43 | - |
| YUV | 84.6 | 138.95 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 104 | 0 | 0.91 | 0.50 | 0.19 | 332.73 | 0.83 | 0.44 |
| Hex | CE | 13 | 68 | 0 | 5B | 32 | 13 | 14D | 53 | 2C |
| Octal | 316 | 23 | 150 | 0 | 133 | 62 | 23 | 515 | 123 | 54 |
| Binary | 11001110 | 10011 | 1101000 | 0 | 1011011 | 110010 | 10011 | 101001101 | 1010011 | 101100 |
Color Harmonies of #CE1368
Complementary color
Monochromatic Colors of #CE1368
Black with #CE1368
Text Example
Text Example
White with #CE1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1368; }
p { color: rgb(206,19,104); }
H1.HeaderClassName
{
color: #CE1368;
}
.AnyTagClassName
{
color: #CE1368;
}
</style>
background-color css
<style>
a { background-color: #CE1368; }
a { background-color: rgb(206,19,104); }
div.DivClassName
{
background-color: #CE1368;
}
.BgClassName
{
background-color: #CE1368;
}
</style>
border-color css
<style>
span { border-color: #CE1368; }
span { border-color: rgb(206,19,104); }
td.TdClassName
{
border-color: #CE1368;
}
.TagClassName
{
border-color: #CE1368;
}
</style>