Shades of Ruby #C50D59
Tints of Ruby #C50D59
RGB
CMYK
RGB Variations
Color information
#C50D59 (or 0xC50D59) is known color: Ruby. HEX triplet: C5, 0D and 59. RGB value is (197,13,89). Sum of RGB (Red+Green+Blue) = 197+13+89=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D59 is #3AF2A6. Grayscale: #4C4C4C. Windows color (decimal): -3863207 or 5836229. OLE color: 5836229.
HSL color Cylindrical-coordinate representation of color #C50D59: hue angle of 335.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D59 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 89 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.23 |
| HSL | 335.22º | 0.88% | 0.41% | - |
| HSV(B) | 335.22º | 0.93% | 0.77% | - |
| XYZ | 24.97 | 12.88 | 10.62 | - |
| YUV | 76.68 | 134.96 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 89 | 0 | 0.93 | 0.55 | 0.23 | 335.22 | 0.88 | 0.41 |
| Hex | C5 | D | 59 | 0 | 5D | 37 | 17 | 14F | 58 | 29 |
| Octal | 305 | 15 | 131 | 0 | 135 | 67 | 27 | 517 | 130 | 51 |
| Binary | 11000101 | 1101 | 1011001 | 0 | 1011101 | 110111 | 10111 | 101001111 | 1011000 | 101001 |
Color Harmonies of #C50D59
Complementary color
Monochromatic Colors of #C50D59
Black with #C50D59
Text Example
Text Example
White with #C50D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D59; }
p { color: rgb(197,13,89); }
H1.HeaderClassName
{
color: #C50D59;
}
.AnyTagClassName
{
color: #C50D59;
}
</style>
background-color css
<style>
a { background-color: #C50D59; }
a { background-color: rgb(197,13,89); }
div.DivClassName
{
background-color: #C50D59;
}
.BgClassName
{
background-color: #C50D59;
}
</style>
border-color css
<style>
span { border-color: #C50D59; }
span { border-color: rgb(197,13,89); }
td.TdClassName
{
border-color: #C50D59;
}
.TagClassName
{
border-color: #C50D59;
}
</style>