Shades of Ruby #CE1463
Tints of Ruby #CE1463
RGB
CMYK
RGB Variations
Color information
#CE1463 (or 0xCE1463) is known color: Ruby. HEX triplet: CE, 14 and 63. RGB value is (206,20,99). Sum of RGB (Red+Green+Blue) = 206+20+99=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1463 is #31EB9C. Grayscale: #545454. Windows color (decimal): -3271581 or 6493390. OLE color: 6493390.
HSL color Cylindrical-coordinate representation of color #CE1463: hue angle of 334.52º 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 #CE1463 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 99 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.19 |
| HSL | 334.52º | 0.82% | 0.44% | - |
| HSV(B) | 334.52º | 0.9% | 0.81% | - |
| XYZ | 27.96 | 14.52 | 13.13 | - |
| YUV | 84.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 99 | 0 | 0.90 | 0.52 | 0.19 | 334.52 | 0.82 | 0.44 |
| Hex | CE | 14 | 63 | 0 | 5A | 34 | 13 | 14F | 52 | 2C |
| Octal | 316 | 24 | 143 | 0 | 132 | 64 | 23 | 517 | 122 | 54 |
| Binary | 11001110 | 10100 | 1100011 | 0 | 1011010 | 110100 | 10011 | 101001111 | 1010010 | 101100 |
Color Harmonies of #CE1463
Complementary color
Monochromatic Colors of #CE1463
Black with #CE1463
Text Example
Text Example
White with #CE1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1463; }
p { color: rgb(206,20,99); }
H1.HeaderClassName
{
color: #CE1463;
}
.AnyTagClassName
{
color: #CE1463;
}
</style>
background-color css
<style>
a { background-color: #CE1463; }
a { background-color: rgb(206,20,99); }
div.DivClassName
{
background-color: #CE1463;
}
.BgClassName
{
background-color: #CE1463;
}
</style>
border-color css
<style>
span { border-color: #CE1463; }
span { border-color: rgb(206,20,99); }
td.TdClassName
{
border-color: #CE1463;
}
.TagClassName
{
border-color: #CE1463;
}
</style>