Shades of Ruby #CE0266
Tints of Ruby #CE0266
RGB
CMYK
RGB Variations
Color information
#CE0266 (or 0xCE0266) is known color: Ruby. HEX triplet: CE, 02 and 66. RGB value is (206,2,102). Sum of RGB (Red+Green+Blue) = 206+2+102=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0266 is #31FD99. Grayscale: #4A4A4A. Windows color (decimal): -3276186 or 6685390. OLE color: 6685390.
HSL color Cylindrical-coordinate representation of color #CE0266: hue angle of 330.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0266 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.19 |
| HSL | 330.59º | 0.98% | 0.41% | - |
| HSV(B) | 330.59º | 0.99% | 0.81% | - |
| XYZ | 27.87 | 14.12 | 13.83 | - |
| YUV | 74.4 | 143.59 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 102 | 0 | 0.99 | 0.50 | 0.19 | 330.59 | 0.98 | 0.41 |
| Hex | CE | 2 | 66 | 0 | 63 | 32 | 13 | 14B | 62 | 29 |
| Octal | 316 | 2 | 146 | 0 | 143 | 62 | 23 | 513 | 142 | 51 |
| Binary | 11001110 | 10 | 1100110 | 0 | 1100011 | 110010 | 10011 | 101001011 | 1100010 | 101001 |
Color Harmonies of #CE0266
Complementary color
Monochromatic Colors of #CE0266
Black with #CE0266
Text Example
Text Example
White with #CE0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0266; }
p { color: rgb(206,2,102); }
H1.HeaderClassName
{
color: #CE0266;
}
.AnyTagClassName
{
color: #CE0266;
}
</style>
background-color css
<style>
a { background-color: #CE0266; }
a { background-color: rgb(206,2,102); }
div.DivClassName
{
background-color: #CE0266;
}
.BgClassName
{
background-color: #CE0266;
}
</style>
border-color css
<style>
span { border-color: #CE0266; }
span { border-color: rgb(206,2,102); }
td.TdClassName
{
border-color: #CE0266;
}
.TagClassName
{
border-color: #CE0266;
}
</style>