Shades of Ruby #C50751
Tints of Ruby #C50751
RGB
CMYK
RGB Variations
Color information
#C50751 (or 0xC50751) is known color: Ruby. HEX triplet: C5, 07 and 51. RGB value is (197,7,81). Sum of RGB (Red+Green+Blue) = 197+7+81=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50751 is #3AF8AE. Grayscale: #484848. Windows color (decimal): -3864751 or 5310405. OLE color: 5310405.
HSL color Cylindrical-coordinate representation of color #C50751: hue angle of 336.63º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50751 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 81 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.23 |
| HSL | 336.63º | 0.93% | 0.4% | - |
| HSV(B) | 336.63º | 0.96% | 0.77% | - |
| XYZ | 24.59 | 12.62 | 8.92 | - |
| YUV | 72.25 | 132.95 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 81 | 0 | 0.96 | 0.59 | 0.23 | 336.63 | 0.93 | 0.4 |
| Hex | C5 | 7 | 51 | 0 | 60 | 3B | 17 | 151 | 5D | 28 |
| Octal | 305 | 7 | 121 | 0 | 140 | 73 | 27 | 521 | 135 | 50 |
| Binary | 11000101 | 111 | 1010001 | 0 | 1100000 | 111011 | 10111 | 101010001 | 1011101 | 101000 |
Color Harmonies of #C50751
Complementary color
Monochromatic Colors of #C50751
Black with #C50751
Text Example
Text Example
White with #C50751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50751; }
p { color: rgb(197,7,81); }
H1.HeaderClassName
{
color: #C50751;
}
.AnyTagClassName
{
color: #C50751;
}
</style>
background-color css
<style>
a { background-color: #C50751; }
a { background-color: rgb(197,7,81); }
div.DivClassName
{
background-color: #C50751;
}
.BgClassName
{
background-color: #C50751;
}
</style>
border-color css
<style>
span { border-color: #C50751; }
span { border-color: rgb(197,7,81); }
td.TdClassName
{
border-color: #C50751;
}
.TagClassName
{
border-color: #C50751;
}
</style>