Shades of Ruby #C50F55
Tints of Ruby #C50F55
RGB
CMYK
RGB Variations
Color information
#C50F55 (or 0xC50F55) is known color: Ruby. HEX triplet: C5, 0F and 55. RGB value is (197,15,85). Sum of RGB (Red+Green+Blue) = 197+15+85=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F55 is #3AF0AA. Grayscale: #4D4D4D. Windows color (decimal): -3862699 or 5574597. OLE color: 5574597.
HSL color Cylindrical-coordinate representation of color #C50F55: hue angle of 336.92º degrees, saturation: 0.86, 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 #C50F55 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 85 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.23 |
| HSL | 336.92º | 0.86% | 0.42% | - |
| HSV(B) | 336.92º | 0.92% | 0.77% | - |
| XYZ | 24.84 | 12.87 | 9.77 | - |
| YUV | 77.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 85 | 0 | 0.92 | 0.57 | 0.23 | 336.92 | 0.86 | 0.42 |
| Hex | C5 | F | 55 | 0 | 5C | 39 | 17 | 151 | 56 | 2A |
| Octal | 305 | 17 | 125 | 0 | 134 | 71 | 27 | 521 | 126 | 52 |
| Binary | 11000101 | 1111 | 1010101 | 0 | 1011100 | 111001 | 10111 | 101010001 | 1010110 | 101010 |
Color Harmonies of #C50F55
Complementary color
Monochromatic Colors of #C50F55
Black with #C50F55
Text Example
Text Example
White with #C50F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F55; }
p { color: rgb(197,15,85); }
H1.HeaderClassName
{
color: #C50F55;
}
.AnyTagClassName
{
color: #C50F55;
}
</style>
background-color css
<style>
a { background-color: #C50F55; }
a { background-color: rgb(197,15,85); }
div.DivClassName
{
background-color: #C50F55;
}
.BgClassName
{
background-color: #C50F55;
}
</style>
border-color css
<style>
span { border-color: #C50F55; }
span { border-color: rgb(197,15,85); }
td.TdClassName
{
border-color: #C50F55;
}
.TagClassName
{
border-color: #C50F55;
}
</style>