Shades of Ruby #CE0C53
Tints of Ruby #CE0C53
RGB
CMYK
RGB Variations
Color information
#CE0C53 (or 0xCE0C53) is known color: Ruby. HEX triplet: CE, 0C and 53. RGB value is (206,12,83). Sum of RGB (Red+Green+Blue) = 206+12+83=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C53 is #31F3AC. Grayscale: #4E4E4E. Windows color (decimal): -3273645 or 5442766. OLE color: 5442766.
HSL color Cylindrical-coordinate representation of color #CE0C53: hue angle of 338.04º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C53 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 83 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.19 |
| HSL | 338.04º | 0.89% | 0.43% | - |
| HSV(B) | 338.04º | 0.94% | 0.81% | - |
| XYZ | 27.15 | 14.01 | 9.46 | - |
| YUV | 78.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 83 | 0 | 0.94 | 0.60 | 0.19 | 338.04 | 0.89 | 0.43 |
| Hex | CE | C | 53 | 0 | 5E | 3C | 13 | 152 | 59 | 2B |
| Octal | 316 | 14 | 123 | 0 | 136 | 74 | 23 | 522 | 131 | 53 |
| Binary | 11001110 | 1100 | 1010011 | 0 | 1011110 | 111100 | 10011 | 101010010 | 1011001 | 101011 |
Color Harmonies of #CE0C53
Complementary color
Monochromatic Colors of #CE0C53
Black with #CE0C53
Text Example
Text Example
White with #CE0C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C53; }
p { color: rgb(206,12,83); }
H1.HeaderClassName
{
color: #CE0C53;
}
.AnyTagClassName
{
color: #CE0C53;
}
</style>
background-color css
<style>
a { background-color: #CE0C53; }
a { background-color: rgb(206,12,83); }
div.DivClassName
{
background-color: #CE0C53;
}
.BgClassName
{
background-color: #CE0C53;
}
</style>
border-color css
<style>
span { border-color: #CE0C53; }
span { border-color: rgb(206,12,83); }
td.TdClassName
{
border-color: #CE0C53;
}
.TagClassName
{
border-color: #CE0C53;
}
</style>