Shades of Ruby #C51460
Tints of Ruby #C51460
RGB
CMYK
RGB Variations
Color information
#C51460 (or 0xC51460) is known color: Ruby. HEX triplet: C5, 14 and 60. RGB value is (197,20,96). Sum of RGB (Red+Green+Blue) = 197+20+96=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C51460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51460 is #3AEB9F. Grayscale: #515151. Windows color (decimal): -3861408 or 6296773. OLE color: 6296773.
HSL color Cylindrical-coordinate representation of color #C51460: hue angle of 334.24º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51460 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 96 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.23 |
| HSL | 334.24º | 0.82% | 0.43% | - |
| HSV(B) | 334.24º | 0.9% | 0.77% | - |
| XYZ | 25.39 | 13.22 | 12.28 | - |
| YUV | 81.59 | 136.14 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 96 | 0 | 0.90 | 0.51 | 0.23 | 334.24 | 0.82 | 0.43 |
| Hex | C5 | 14 | 60 | 0 | 5A | 33 | 17 | 14E | 52 | 2B |
| Octal | 305 | 24 | 140 | 0 | 132 | 63 | 27 | 516 | 122 | 53 |
| Binary | 11000101 | 10100 | 1100000 | 0 | 1011010 | 110011 | 10111 | 101001110 | 1010010 | 101011 |
Color Harmonies of #C51460
Complementary color
Monochromatic Colors of #C51460
Black with #C51460
Text Example
Text Example
White with #C51460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51460; }
p { color: rgb(197,20,96); }
H1.HeaderClassName
{
color: #C51460;
}
.AnyTagClassName
{
color: #C51460;
}
</style>
background-color css
<style>
a { background-color: #C51460; }
a { background-color: rgb(197,20,96); }
div.DivClassName
{
background-color: #C51460;
}
.BgClassName
{
background-color: #C51460;
}
</style>
border-color css
<style>
span { border-color: #C51460; }
span { border-color: rgb(197,20,96); }
td.TdClassName
{
border-color: #C51460;
}
.TagClassName
{
border-color: #C51460;
}
</style>