Shades of Ruby #CE1561
Tints of Ruby #CE1561
RGB
CMYK
RGB Variations
Color information
#CE1561 (or 0xCE1561) is known color: Ruby. HEX triplet: CE, 15 and 61. RGB value is (206,21,97). Sum of RGB (Red+Green+Blue) = 206+21+97=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1561 is #31EA9E. Grayscale: #545454. Windows color (decimal): -3271327 or 6362574. OLE color: 6362574.
HSL color Cylindrical-coordinate representation of color #CE1561: hue angle of 335.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1561 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.19 |
| HSL | 335.35º | 0.81% | 0.45% | - |
| HSV(B) | 335.35º | 0.9% | 0.81% | - |
| XYZ | 27.88 | 14.52 | 12.64 | - |
| YUV | 84.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 97 | 0 | 0.90 | 0.53 | 0.19 | 335.35 | 0.81 | 0.45 |
| Hex | CE | 15 | 61 | 0 | 5A | 35 | 13 | 14F | 51 | 2D |
| Octal | 316 | 25 | 141 | 0 | 132 | 65 | 23 | 517 | 121 | 55 |
| Binary | 11001110 | 10101 | 1100001 | 0 | 1011010 | 110101 | 10011 | 101001111 | 1010001 | 101101 |
Color Harmonies of #CE1561
Complementary color
Monochromatic Colors of #CE1561
Black with #CE1561
Text Example
Text Example
White with #CE1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1561; }
p { color: rgb(206,21,97); }
H1.HeaderClassName
{
color: #CE1561;
}
.AnyTagClassName
{
color: #CE1561;
}
</style>
background-color css
<style>
a { background-color: #CE1561; }
a { background-color: rgb(206,21,97); }
div.DivClassName
{
background-color: #CE1561;
}
.BgClassName
{
background-color: #CE1561;
}
</style>
border-color css
<style>
span { border-color: #CE1561; }
span { border-color: rgb(206,21,97); }
td.TdClassName
{
border-color: #CE1561;
}
.TagClassName
{
border-color: #CE1561;
}
</style>