Shades of Ruby #CE0263
Tints of Ruby #CE0263
RGB
CMYK
RGB Variations
Color information
#CE0263 (or 0xCE0263) is known color: Ruby. HEX triplet: CE, 02 and 63. RGB value is (206,2,99). Sum of RGB (Red+Green+Blue) = 206+2+99=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0263 is #31FD9C. Grayscale: #494949. Windows color (decimal): -3276189 or 6488782. OLE color: 6488782.
HSL color Cylindrical-coordinate representation of color #CE0263: hue angle of 331.47º 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 #CE0263 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.19 |
| HSL | 331.47º | 0.98% | 0.41% | - |
| HSV(B) | 331.47º | 0.99% | 0.81% | - |
| XYZ | 27.73 | 14.07 | 13.06 | - |
| YUV | 74.05 | 142.09 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 99 | 0 | 0.99 | 0.52 | 0.19 | 331.47 | 0.98 | 0.41 |
| Hex | CE | 2 | 63 | 0 | 63 | 34 | 13 | 14B | 62 | 29 |
| Octal | 316 | 2 | 143 | 0 | 143 | 64 | 23 | 513 | 142 | 51 |
| Binary | 11001110 | 10 | 1100011 | 0 | 1100011 | 110100 | 10011 | 101001011 | 1100010 | 101001 |
Color Harmonies of #CE0263
Complementary color
Monochromatic Colors of #CE0263
Black with #CE0263
Text Example
Text Example
White with #CE0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0263; }
p { color: rgb(206,2,99); }
H1.HeaderClassName
{
color: #CE0263;
}
.AnyTagClassName
{
color: #CE0263;
}
</style>
background-color css
<style>
a { background-color: #CE0263; }
a { background-color: rgb(206,2,99); }
div.DivClassName
{
background-color: #CE0263;
}
.BgClassName
{
background-color: #CE0263;
}
</style>
border-color css
<style>
span { border-color: #CE0263; }
span { border-color: rgb(206,2,99); }
td.TdClassName
{
border-color: #CE0263;
}
.TagClassName
{
border-color: #CE0263;
}
</style>