Shades of Ruby #CE1D61
Tints of Ruby #CE1D61
RGB
CMYK
RGB Variations
Color information
#CE1D61 (or 0xCE1D61) is known color: Ruby. HEX triplet: CE, 1D and 61. RGB value is (206,29,97). Sum of RGB (Red+Green+Blue) = 206+29+97=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D61 is #31E29E. Grayscale: #595959. Windows color (decimal): -3269279 or 6364622. OLE color: 6364622.
HSL color Cylindrical-coordinate representation of color #CE1D61: hue angle of 336.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D61 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 97 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.19 |
| HSL | 336.95º | 0.75% | 0.46% | - |
| HSV(B) | 336.95º | 0.86% | 0.81% | - |
| XYZ | 28.05 | 14.86 | 12.7 | - |
| YUV | 89.68 | 132.14 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 97 | 0 | 0.86 | 0.53 | 0.19 | 336.95 | 0.75 | 0.46 |
| Hex | CE | 1D | 61 | 0 | 56 | 35 | 13 | 151 | 4B | 2E |
| Octal | 316 | 35 | 141 | 0 | 126 | 65 | 23 | 521 | 113 | 56 |
| Binary | 11001110 | 11101 | 1100001 | 0 | 1010110 | 110101 | 10011 | 101010001 | 1001011 | 101110 |
Color Harmonies of #CE1D61
Complementary color
Monochromatic Colors of #CE1D61
Black with #CE1D61
Text Example
Text Example
White with #CE1D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D61; }
p { color: rgb(206,29,97); }
H1.HeaderClassName
{
color: #CE1D61;
}
.AnyTagClassName
{
color: #CE1D61;
}
</style>
background-color css
<style>
a { background-color: #CE1D61; }
a { background-color: rgb(206,29,97); }
div.DivClassName
{
background-color: #CE1D61;
}
.BgClassName
{
background-color: #CE1D61;
}
</style>
border-color css
<style>
span { border-color: #CE1D61; }
span { border-color: rgb(206,29,97); }
td.TdClassName
{
border-color: #CE1D61;
}
.TagClassName
{
border-color: #CE1D61;
}
</style>