Shades of Ruby #CE0264
Tints of Ruby #CE0264
RGB
CMYK
RGB Variations
Color information
#CE0264 (or 0xCE0264) is known color: Ruby. HEX triplet: CE, 02 and 64. RGB value is (206,2,100). Sum of RGB (Red+Green+Blue) = 206+2+100=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0264 is #31FD9B. Grayscale: #494949. Windows color (decimal): -3276188 or 6554318. OLE color: 6554318.
HSL color Cylindrical-coordinate representation of color #CE0264: hue angle of 331.18º 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 #CE0264 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.19 |
| HSL | 331.18º | 0.98% | 0.41% | - |
| HSV(B) | 331.18º | 0.99% | 0.81% | - |
| XYZ | 27.78 | 14.09 | 13.31 | - |
| YUV | 74.17 | 142.59 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 100 | 0 | 0.99 | 0.51 | 0.19 | 331.18 | 0.98 | 0.41 |
| Hex | CE | 2 | 64 | 0 | 63 | 33 | 13 | 14B | 62 | 29 |
| Octal | 316 | 2 | 144 | 0 | 143 | 63 | 23 | 513 | 142 | 51 |
| Binary | 11001110 | 10 | 1100100 | 0 | 1100011 | 110011 | 10011 | 101001011 | 1100010 | 101001 |
Color Harmonies of #CE0264
Complementary color
Monochromatic Colors of #CE0264
Black with #CE0264
Text Example
Text Example
White with #CE0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0264; }
p { color: rgb(206,2,100); }
H1.HeaderClassName
{
color: #CE0264;
}
.AnyTagClassName
{
color: #CE0264;
}
</style>
background-color css
<style>
a { background-color: #CE0264; }
a { background-color: rgb(206,2,100); }
div.DivClassName
{
background-color: #CE0264;
}
.BgClassName
{
background-color: #CE0264;
}
</style>
border-color css
<style>
span { border-color: #CE0264; }
span { border-color: rgb(206,2,100); }
td.TdClassName
{
border-color: #CE0264;
}
.TagClassName
{
border-color: #CE0264;
}
</style>