Shades of Ruby #C51360
Tints of Ruby #C51360
RGB
CMYK
RGB Variations
Color information
#C51360 (or 0xC51360) is known color: Ruby. HEX triplet: C5, 13 and 60. RGB value is (197,19,96). Sum of RGB (Red+Green+Blue) = 197+19+96=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C51360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51360 is #3AEC9F. Grayscale: #505050. Windows color (decimal): -3861664 or 6296517. OLE color: 6296517.
HSL color Cylindrical-coordinate representation of color #C51360: hue angle of 334.04º 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 #C51360 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 96 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.23 |
| HSL | 334.05º | 0.82% | 0.42% | - |
| HSV(B) | 334.05º | 0.9% | 0.77% | - |
| XYZ | 25.37 | 13.18 | 12.27 | - |
| YUV | 81 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 96 | 0 | 0.90 | 0.51 | 0.23 | 334.05 | 0.82 | 0.42 |
| Hex | C5 | 13 | 60 | 0 | 5A | 33 | 17 | 14E | 52 | 2A |
| Octal | 305 | 23 | 140 | 0 | 132 | 63 | 27 | 516 | 122 | 52 |
| Binary | 11000101 | 10011 | 1100000 | 0 | 1011010 | 110011 | 10111 | 101001110 | 1010010 | 101010 |
Color Harmonies of #C51360
Complementary color
Monochromatic Colors of #C51360
Black with #C51360
Text Example
Text Example
White with #C51360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51360; }
p { color: rgb(197,19,96); }
H1.HeaderClassName
{
color: #C51360;
}
.AnyTagClassName
{
color: #C51360;
}
</style>
background-color css
<style>
a { background-color: #C51360; }
a { background-color: rgb(197,19,96); }
div.DivClassName
{
background-color: #C51360;
}
.BgClassName
{
background-color: #C51360;
}
</style>
border-color css
<style>
span { border-color: #C51360; }
span { border-color: rgb(197,19,96); }
td.TdClassName
{
border-color: #C51360;
}
.TagClassName
{
border-color: #C51360;
}
</style>