Shades of Ruby #CE0265
Tints of Ruby #CE0265
RGB
CMYK
RGB Variations
Color information
#CE0265 (or 0xCE0265) is known color: Ruby. HEX triplet: CE, 02 and 65. RGB value is (206,2,101). Sum of RGB (Red+Green+Blue) = 206+2+101=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0265 is #31FD9A. Grayscale: #4A4A4A. Windows color (decimal): -3276187 or 6619854. OLE color: 6619854.
HSL color Cylindrical-coordinate representation of color #CE0265: hue angle of 330.88º 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 #CE0265 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.19 |
| HSL | 330.88º | 0.98% | 0.41% | - |
| HSV(B) | 330.88º | 0.99% | 0.81% | - |
| XYZ | 27.82 | 14.1 | 13.57 | - |
| YUV | 74.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 101 | 0 | 0.99 | 0.51 | 0.19 | 330.88 | 0.98 | 0.41 |
| Hex | CE | 2 | 65 | 0 | 63 | 33 | 13 | 14B | 62 | 29 |
| Octal | 316 | 2 | 145 | 0 | 143 | 63 | 23 | 513 | 142 | 51 |
| Binary | 11001110 | 10 | 1100101 | 0 | 1100011 | 110011 | 10011 | 101001011 | 1100010 | 101001 |
Color Harmonies of #CE0265
Complementary color
Monochromatic Colors of #CE0265
Black with #CE0265
Text Example
Text Example
White with #CE0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0265; }
p { color: rgb(206,2,101); }
H1.HeaderClassName
{
color: #CE0265;
}
.AnyTagClassName
{
color: #CE0265;
}
</style>
background-color css
<style>
a { background-color: #CE0265; }
a { background-color: rgb(206,2,101); }
div.DivClassName
{
background-color: #CE0265;
}
.BgClassName
{
background-color: #CE0265;
}
</style>
border-color css
<style>
span { border-color: #CE0265; }
span { border-color: rgb(206,2,101); }
td.TdClassName
{
border-color: #CE0265;
}
.TagClassName
{
border-color: #CE0265;
}
</style>