Shades of Ruby #CE1364
Tints of Ruby #CE1364
RGB
CMYK
RGB Variations
Color information
#CE1364 (or 0xCE1364) is known color: Ruby. HEX triplet: CE, 13 and 64. RGB value is (206,19,100). Sum of RGB (Red+Green+Blue) = 206+19+100=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1364 is #31EC9B. Grayscale: #545454. Windows color (decimal): -3271836 or 6558670. OLE color: 6558670.
HSL color Cylindrical-coordinate representation of color #CE1364: hue angle of 334.01º 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 #CE1364 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.19 |
| HSL | 334.01º | 0.83% | 0.44% | - |
| HSV(B) | 334.01º | 0.91% | 0.81% | - |
| XYZ | 27.99 | 14.51 | 13.38 | - |
| YUV | 84.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 100 | 0 | 0.91 | 0.51 | 0.19 | 334.01 | 0.83 | 0.44 |
| Hex | CE | 13 | 64 | 0 | 5B | 33 | 13 | 14E | 53 | 2C |
| Octal | 316 | 23 | 144 | 0 | 133 | 63 | 23 | 516 | 123 | 54 |
| Binary | 11001110 | 10011 | 1100100 | 0 | 1011011 | 110011 | 10011 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CE1364
Complementary color
Monochromatic Colors of #CE1364
Black with #CE1364
Text Example
Text Example
White with #CE1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1364; }
p { color: rgb(206,19,100); }
H1.HeaderClassName
{
color: #CE1364;
}
.AnyTagClassName
{
color: #CE1364;
}
</style>
background-color css
<style>
a { background-color: #CE1364; }
a { background-color: rgb(206,19,100); }
div.DivClassName
{
background-color: #CE1364;
}
.BgClassName
{
background-color: #CE1364;
}
</style>
border-color css
<style>
span { border-color: #CE1364; }
span { border-color: rgb(206,19,100); }
td.TdClassName
{
border-color: #CE1364;
}
.TagClassName
{
border-color: #CE1364;
}
</style>