Shades of Ruby #C51361
Tints of Ruby #C51361
RGB
CMYK
RGB Variations
Color information
#C51361 (or 0xC51361) is known color: Ruby. HEX triplet: C5, 13 and 61. RGB value is (197,19,97). Sum of RGB (Red+Green+Blue) = 197+19+97=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C51361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51361 is #3AEC9E. Grayscale: #505050. Windows color (decimal): -3861663 or 6362053. OLE color: 6362053.
HSL color Cylindrical-coordinate representation of color #C51361: hue angle of 333.71º 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 #C51361 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 97 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.23 |
| HSL | 333.71º | 0.82% | 0.42% | - |
| HSV(B) | 333.71º | 0.9% | 0.77% | - |
| XYZ | 25.42 | 13.2 | 12.52 | - |
| YUV | 81.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 97 | 0 | 0.90 | 0.51 | 0.23 | 333.71 | 0.82 | 0.42 |
| Hex | C5 | 13 | 61 | 0 | 5A | 33 | 17 | 14E | 52 | 2A |
| Octal | 305 | 23 | 141 | 0 | 132 | 63 | 27 | 516 | 122 | 52 |
| Binary | 11000101 | 10011 | 1100001 | 0 | 1011010 | 110011 | 10111 | 101001110 | 1010010 | 101010 |
Color Harmonies of #C51361
Complementary color
Monochromatic Colors of #C51361
Black with #C51361
Text Example
Text Example
White with #C51361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51361; }
p { color: rgb(197,19,97); }
H1.HeaderClassName
{
color: #C51361;
}
.AnyTagClassName
{
color: #C51361;
}
</style>
background-color css
<style>
a { background-color: #C51361; }
a { background-color: rgb(197,19,97); }
div.DivClassName
{
background-color: #C51361;
}
.BgClassName
{
background-color: #C51361;
}
</style>
border-color css
<style>
span { border-color: #C51361; }
span { border-color: rgb(197,19,97); }
td.TdClassName
{
border-color: #C51361;
}
.TagClassName
{
border-color: #C51361;
}
</style>