Shades of Ruby #CE1952
Tints of Ruby #CE1952
RGB
CMYK
RGB Variations
Color information
#CE1952 (or 0xCE1952) is known color: Ruby. HEX triplet: CE, 19 and 52. RGB value is (206,25,82). Sum of RGB (Red+Green+Blue) = 206+25+82=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1952 is #31E6AD. Grayscale: #555555. Windows color (decimal): -3270318 or 5380558. OLE color: 5380558.
HSL color Cylindrical-coordinate representation of color #CE1952: hue angle of 341.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1952 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 82 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.19 |
| HSL | 341.11º | 0.78% | 0.45% | - |
| HSV(B) | 341.11º | 0.88% | 0.81% | - |
| XYZ | 27.32 | 14.43 | 9.33 | - |
| YUV | 85.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 82 | 0 | 0.88 | 0.60 | 0.19 | 341.11 | 0.78 | 0.45 |
| Hex | CE | 19 | 52 | 0 | 58 | 3C | 13 | 155 | 4E | 2D |
| Octal | 316 | 31 | 122 | 0 | 130 | 74 | 23 | 525 | 116 | 55 |
| Binary | 11001110 | 11001 | 1010010 | 0 | 1011000 | 111100 | 10011 | 101010101 | 1001110 | 101101 |
Color Harmonies of #CE1952
Complementary color
Monochromatic Colors of #CE1952
Black with #CE1952
Text Example
Text Example
White with #CE1952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1952; }
p { color: rgb(206,25,82); }
H1.HeaderClassName
{
color: #CE1952;
}
.AnyTagClassName
{
color: #CE1952;
}
</style>
background-color css
<style>
a { background-color: #CE1952; }
a { background-color: rgb(206,25,82); }
div.DivClassName
{
background-color: #CE1952;
}
.BgClassName
{
background-color: #CE1952;
}
</style>
border-color css
<style>
span { border-color: #CE1952; }
span { border-color: rgb(206,25,82); }
td.TdClassName
{
border-color: #CE1952;
}
.TagClassName
{
border-color: #CE1952;
}
</style>