Shades of Ruby #CE1363
Tints of Ruby #CE1363
RGB
CMYK
RGB Variations
Color information
#CE1363 (or 0xCE1363) is known color: Ruby. HEX triplet: CE, 13 and 63. RGB value is (206,19,99). Sum of RGB (Red+Green+Blue) = 206+19+99=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1363 is #31EC9C. Grayscale: #535353. Windows color (decimal): -3271837 or 6493134. OLE color: 6493134.
HSL color Cylindrical-coordinate representation of color #CE1363: hue angle of 334.33º 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 #CE1363 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 99 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.19 |
| HSL | 334.33º | 0.83% | 0.44% | - |
| HSV(B) | 334.33º | 0.91% | 0.81% | - |
| XYZ | 27.94 | 14.49 | 13.13 | - |
| YUV | 84.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 99 | 0 | 0.91 | 0.52 | 0.19 | 334.33 | 0.83 | 0.44 |
| Hex | CE | 13 | 63 | 0 | 5B | 34 | 13 | 14E | 53 | 2C |
| Octal | 316 | 23 | 143 | 0 | 133 | 64 | 23 | 516 | 123 | 54 |
| Binary | 11001110 | 10011 | 1100011 | 0 | 1011011 | 110100 | 10011 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CE1363
Complementary color
Monochromatic Colors of #CE1363
Black with #CE1363
Text Example
Text Example
White with #CE1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1363; }
p { color: rgb(206,19,99); }
H1.HeaderClassName
{
color: #CE1363;
}
.AnyTagClassName
{
color: #CE1363;
}
</style>
background-color css
<style>
a { background-color: #CE1363; }
a { background-color: rgb(206,19,99); }
div.DivClassName
{
background-color: #CE1363;
}
.BgClassName
{
background-color: #CE1363;
}
</style>
border-color css
<style>
span { border-color: #CE1363; }
span { border-color: rgb(206,19,99); }
td.TdClassName
{
border-color: #CE1363;
}
.TagClassName
{
border-color: #CE1363;
}
</style>