Shades of Ruby #C50555
Tints of Ruby #C50555
RGB
CMYK
RGB Variations
Color information
#C50555 (or 0xC50555) is known color: Ruby. HEX triplet: C5, 05 and 55. RGB value is (197,5,85). Sum of RGB (Red+Green+Blue) = 197+5+85=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C50555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50555 is #3AFAAA. Grayscale: #474747. Windows color (decimal): -3865259 or 5572037. OLE color: 5572037.
HSL color Cylindrical-coordinate representation of color #C50555: hue angle of 335º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50555 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.23 |
| HSL | 335º | 0.95% | 0.4% | - |
| HSV(B) | 335º | 0.97% | 0.77% | - |
| XYZ | 24.72 | 12.63 | 9.73 | - |
| YUV | 71.53 | 135.61 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 85 | 0 | 0.97 | 0.57 | 0.23 | 335 | 0.95 | 0.4 |
| Hex | C5 | 5 | 55 | 0 | 61 | 39 | 17 | 14F | 5F | 28 |
| Octal | 305 | 5 | 125 | 0 | 141 | 71 | 27 | 517 | 137 | 50 |
| Binary | 11000101 | 101 | 1010101 | 0 | 1100001 | 111001 | 10111 | 101001111 | 1011111 | 101000 |
Color Harmonies of #C50555
Complementary color
Monochromatic Colors of #C50555
Black with #C50555
Text Example
Text Example
White with #C50555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50555; }
p { color: rgb(197,5,85); }
H1.HeaderClassName
{
color: #C50555;
}
.AnyTagClassName
{
color: #C50555;
}
</style>
background-color css
<style>
a { background-color: #C50555; }
a { background-color: rgb(197,5,85); }
div.DivClassName
{
background-color: #C50555;
}
.BgClassName
{
background-color: #C50555;
}
</style>
border-color css
<style>
span { border-color: #C50555; }
span { border-color: rgb(197,5,85); }
td.TdClassName
{
border-color: #C50555;
}
.TagClassName
{
border-color: #C50555;
}
</style>