Shades of Ruby #CE1265
Tints of Ruby #CE1265
RGB
CMYK
RGB Variations
Color information
#CE1265 (or 0xCE1265) is known color: Ruby. HEX triplet: CE, 12 and 65. RGB value is (206,18,101). Sum of RGB (Red+Green+Blue) = 206+18+101=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1265 is #31ED9A. Grayscale: #535353. Windows color (decimal): -3272091 or 6623950. OLE color: 6623950.
HSL color Cylindrical-coordinate representation of color #CE1265: hue angle of 333.51º degrees, saturation: 0.84, 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 #CE1265 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 101 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.19 |
| HSL | 333.51º | 0.84% | 0.44% | - |
| HSV(B) | 333.51º | 0.91% | 0.81% | - |
| XYZ | 28.02 | 14.49 | 13.63 | - |
| YUV | 83.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 101 | 0 | 0.91 | 0.51 | 0.19 | 333.51 | 0.84 | 0.44 |
| Hex | CE | 12 | 65 | 0 | 5B | 33 | 13 | 14E | 54 | 2C |
| Octal | 316 | 22 | 145 | 0 | 133 | 63 | 23 | 516 | 124 | 54 |
| Binary | 11001110 | 10010 | 1100101 | 0 | 1011011 | 110011 | 10011 | 101001110 | 1010100 | 101100 |
Color Harmonies of #CE1265
Complementary color
Monochromatic Colors of #CE1265
Black with #CE1265
Text Example
Text Example
White with #CE1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1265; }
p { color: rgb(206,18,101); }
H1.HeaderClassName
{
color: #CE1265;
}
.AnyTagClassName
{
color: #CE1265;
}
</style>
background-color css
<style>
a { background-color: #CE1265; }
a { background-color: rgb(206,18,101); }
div.DivClassName
{
background-color: #CE1265;
}
.BgClassName
{
background-color: #CE1265;
}
</style>
border-color css
<style>
span { border-color: #CE1265; }
span { border-color: rgb(206,18,101); }
td.TdClassName
{
border-color: #CE1265;
}
.TagClassName
{
border-color: #CE1265;
}
</style>