Shades of Ruby #CE1468
Tints of Ruby #CE1468
RGB
CMYK
RGB Variations
Color information
#CE1468 (or 0xCE1468) is known color: Ruby. HEX triplet: CE, 14 and 68. RGB value is (206,20,104). Sum of RGB (Red+Green+Blue) = 206+20+104=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1468 is #31EB97. Grayscale: #555555. Windows color (decimal): -3271576 or 6821070. OLE color: 6821070.
HSL color Cylindrical-coordinate representation of color #CE1468: hue angle of 332.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1468 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 104 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.19 |
| HSL | 332.9º | 0.82% | 0.44% | - |
| HSV(B) | 332.9º | 0.9% | 0.81% | - |
| XYZ | 28.2 | 14.62 | 14.43 | - |
| YUV | 85.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 104 | 0 | 0.90 | 0.50 | 0.19 | 332.9 | 0.82 | 0.44 |
| Hex | CE | 14 | 68 | 0 | 5A | 32 | 13 | 14D | 52 | 2C |
| Octal | 316 | 24 | 150 | 0 | 132 | 62 | 23 | 515 | 122 | 54 |
| Binary | 11001110 | 10100 | 1101000 | 0 | 1011010 | 110010 | 10011 | 101001101 | 1010010 | 101100 |
Color Harmonies of #CE1468
Complementary color
Monochromatic Colors of #CE1468
Black with #CE1468
Text Example
Text Example
White with #CE1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1468; }
p { color: rgb(206,20,104); }
H1.HeaderClassName
{
color: #CE1468;
}
.AnyTagClassName
{
color: #CE1468;
}
</style>
background-color css
<style>
a { background-color: #CE1468; }
a { background-color: rgb(206,20,104); }
div.DivClassName
{
background-color: #CE1468;
}
.BgClassName
{
background-color: #CE1468;
}
</style>
border-color css
<style>
span { border-color: #CE1468; }
span { border-color: rgb(206,20,104); }
td.TdClassName
{
border-color: #CE1468;
}
.TagClassName
{
border-color: #CE1468;
}
</style>