Shades of Ruby #CE1552
Tints of Ruby #CE1552
RGB
CMYK
RGB Variations
Color information
#CE1552 (or 0xCE1552) is known color: Ruby. HEX triplet: CE, 15 and 52. RGB value is (206,21,82). Sum of RGB (Red+Green+Blue) = 206+21+82=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1552 is #31EAAD. Grayscale: #535353. Windows color (decimal): -3271342 or 5379534. OLE color: 5379534.
HSL color Cylindrical-coordinate representation of color #CE1552: hue angle of 340.22º 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 #CE1552 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 82 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.19 |
| HSL | 340.22º | 0.81% | 0.45% | - |
| HSV(B) | 340.22º | 0.9% | 0.81% | - |
| XYZ | 27.24 | 14.27 | 9.3 | - |
| YUV | 83.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 82 | 0 | 0.90 | 0.60 | 0.19 | 340.22 | 0.81 | 0.45 |
| Hex | CE | 15 | 52 | 0 | 5A | 3C | 13 | 154 | 51 | 2D |
| Octal | 316 | 25 | 122 | 0 | 132 | 74 | 23 | 524 | 121 | 55 |
| Binary | 11001110 | 10101 | 1010010 | 0 | 1011010 | 111100 | 10011 | 101010100 | 1010001 | 101101 |
Color Harmonies of #CE1552
Complementary color
Monochromatic Colors of #CE1552
Black with #CE1552
Text Example
Text Example
White with #CE1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1552; }
p { color: rgb(206,21,82); }
H1.HeaderClassName
{
color: #CE1552;
}
.AnyTagClassName
{
color: #CE1552;
}
</style>
background-color css
<style>
a { background-color: #CE1552; }
a { background-color: rgb(206,21,82); }
div.DivClassName
{
background-color: #CE1552;
}
.BgClassName
{
background-color: #CE1552;
}
</style>
border-color css
<style>
span { border-color: #CE1552; }
span { border-color: rgb(206,21,82); }
td.TdClassName
{
border-color: #CE1552;
}
.TagClassName
{
border-color: #CE1552;
}
</style>