Shades of Ruby #CE1051
Tints of Ruby #CE1051
RGB
CMYK
RGB Variations
Color information
#CE1051 (or 0xCE1051) is known color: Ruby. HEX triplet: CE, 10 and 51. RGB value is (206,16,81). Sum of RGB (Red+Green+Blue) = 206+16+81=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1051 is #31EFAE. Grayscale: #505050. Windows color (decimal): -3272623 or 5312718. OLE color: 5312718.
HSL color Cylindrical-coordinate representation of color #CE1051: hue angle of 339.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1051 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 81 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.19 |
| HSL | 339.47º | 0.86% | 0.44% | - |
| HSV(B) | 339.47º | 0.92% | 0.81% | - |
| XYZ | 27.12 | 14.09 | 9.07 | - |
| YUV | 80.22 | 128.45 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 81 | 0 | 0.92 | 0.61 | 0.19 | 339.47 | 0.86 | 0.44 |
| Hex | CE | 10 | 51 | 0 | 5C | 3D | 13 | 153 | 56 | 2C |
| Octal | 316 | 20 | 121 | 0 | 134 | 75 | 23 | 523 | 126 | 54 |
| Binary | 11001110 | 10000 | 1010001 | 0 | 1011100 | 111101 | 10011 | 101010011 | 1010110 | 101100 |
Color Harmonies of #CE1051
Complementary color
Monochromatic Colors of #CE1051
Black with #CE1051
Text Example
Text Example
White with #CE1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1051; }
p { color: rgb(206,16,81); }
H1.HeaderClassName
{
color: #CE1051;
}
.AnyTagClassName
{
color: #CE1051;
}
</style>
background-color css
<style>
a { background-color: #CE1051; }
a { background-color: rgb(206,16,81); }
div.DivClassName
{
background-color: #CE1051;
}
.BgClassName
{
background-color: #CE1051;
}
</style>
border-color css
<style>
span { border-color: #CE1051; }
span { border-color: rgb(206,16,81); }
td.TdClassName
{
border-color: #CE1051;
}
.TagClassName
{
border-color: #CE1051;
}
</style>