Shades of Ruby #C51055
Tints of Ruby #C51055
RGB
CMYK
RGB Variations
Color information
#C51055 (or 0xC51055) is known color: Ruby. HEX triplet: C5, 10 and 55. RGB value is (197,16,85). Sum of RGB (Red+Green+Blue) = 197+16+85=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C51055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51055 is #3AEFAA. Grayscale: #4D4D4D. Windows color (decimal): -3862443 or 5574853. OLE color: 5574853.
HSL color Cylindrical-coordinate representation of color #C51055: hue angle of 337.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51055 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 85 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.23 |
| HSL | 337.13º | 0.85% | 0.42% | - |
| HSV(B) | 337.13º | 0.92% | 0.77% | - |
| XYZ | 24.85 | 12.9 | 9.77 | - |
| YUV | 77.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 85 | 0 | 0.92 | 0.57 | 0.23 | 337.13 | 0.85 | 0.42 |
| Hex | C5 | 10 | 55 | 0 | 5C | 39 | 17 | 151 | 55 | 2A |
| Octal | 305 | 20 | 125 | 0 | 134 | 71 | 27 | 521 | 125 | 52 |
| Binary | 11000101 | 10000 | 1010101 | 0 | 1011100 | 111001 | 10111 | 101010001 | 1010101 | 101010 |
Color Harmonies of #C51055
Complementary color
Monochromatic Colors of #C51055
Black with #C51055
Text Example
Text Example
White with #C51055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51055; }
p { color: rgb(197,16,85); }
H1.HeaderClassName
{
color: #C51055;
}
.AnyTagClassName
{
color: #C51055;
}
</style>
background-color css
<style>
a { background-color: #C51055; }
a { background-color: rgb(197,16,85); }
div.DivClassName
{
background-color: #C51055;
}
.BgClassName
{
background-color: #C51055;
}
</style>
border-color css
<style>
span { border-color: #C51055; }
span { border-color: rgb(197,16,85); }
td.TdClassName
{
border-color: #C51055;
}
.TagClassName
{
border-color: #C51055;
}
</style>