Shades of Ruby #C51363
Tints of Ruby #C51363
RGB
CMYK
RGB Variations
Color information
#C51363 (or 0xC51363) is known color: Ruby. HEX triplet: C5, 13 and 63. RGB value is (197,19,99). Sum of RGB (Red+Green+Blue) = 197+19+99=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C51363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51363 is #3AEC9C. Grayscale: #515151. Windows color (decimal): -3861661 or 6493125. OLE color: 6493125.
HSL color Cylindrical-coordinate representation of color #C51363: hue angle of 333.03º 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 #C51363 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 99 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.23 |
| HSL | 333.03º | 0.82% | 0.42% | - |
| HSV(B) | 333.03º | 0.9% | 0.77% | - |
| XYZ | 25.51 | 13.24 | 13.01 | - |
| YUV | 81.34 | 137.97 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 99 | 0 | 0.90 | 0.50 | 0.23 | 333.03 | 0.82 | 0.42 |
| Hex | C5 | 13 | 63 | 0 | 5A | 32 | 17 | 14D | 52 | 2A |
| Octal | 305 | 23 | 143 | 0 | 132 | 62 | 27 | 515 | 122 | 52 |
| Binary | 11000101 | 10011 | 1100011 | 0 | 1011010 | 110010 | 10111 | 101001101 | 1010010 | 101010 |
Color Harmonies of #C51363
Complementary color
Monochromatic Colors of #C51363
Black with #C51363
Text Example
Text Example
White with #C51363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51363; }
p { color: rgb(197,19,99); }
H1.HeaderClassName
{
color: #C51363;
}
.AnyTagClassName
{
color: #C51363;
}
</style>
background-color css
<style>
a { background-color: #C51363; }
a { background-color: rgb(197,19,99); }
div.DivClassName
{
background-color: #C51363;
}
.BgClassName
{
background-color: #C51363;
}
</style>
border-color css
<style>
span { border-color: #C51363; }
span { border-color: rgb(197,19,99); }
td.TdClassName
{
border-color: #C51363;
}
.TagClassName
{
border-color: #C51363;
}
</style>