Shades of Ruby #C51359
Tints of Ruby #C51359
RGB
CMYK
RGB Variations
Color information
#C51359 (or 0xC51359) is known color: Ruby. HEX triplet: C5, 13 and 59. RGB value is (197,19,89). Sum of RGB (Red+Green+Blue) = 197+19+89=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C51359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51359 is #3AECA6. Grayscale: #505050. Windows color (decimal): -3861671 or 5837765. OLE color: 5837765.
HSL color Cylindrical-coordinate representation of color #C51359: hue angle of 336.4º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51359 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 89 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.23 |
| HSL | 336.4º | 0.82% | 0.42% | - |
| HSV(B) | 336.4º | 0.9% | 0.77% | - |
| XYZ | 25.06 | 13.06 | 10.65 | - |
| YUV | 80.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 89 | 0 | 0.90 | 0.55 | 0.23 | 336.4 | 0.82 | 0.42 |
| Hex | C5 | 13 | 59 | 0 | 5A | 37 | 17 | 150 | 52 | 2A |
| Octal | 305 | 23 | 131 | 0 | 132 | 67 | 27 | 520 | 122 | 52 |
| Binary | 11000101 | 10011 | 1011001 | 0 | 1011010 | 110111 | 10111 | 101010000 | 1010010 | 101010 |
Color Harmonies of #C51359
Complementary color
Monochromatic Colors of #C51359
Black with #C51359
Text Example
Text Example
White with #C51359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51359; }
p { color: rgb(197,19,89); }
H1.HeaderClassName
{
color: #C51359;
}
.AnyTagClassName
{
color: #C51359;
}
</style>
background-color css
<style>
a { background-color: #C51359; }
a { background-color: rgb(197,19,89); }
div.DivClassName
{
background-color: #C51359;
}
.BgClassName
{
background-color: #C51359;
}
</style>
border-color css
<style>
span { border-color: #C51359; }
span { border-color: rgb(197,19,89); }
td.TdClassName
{
border-color: #C51359;
}
.TagClassName
{
border-color: #C51359;
}
</style>