Shades of Ruby #C51456
Tints of Ruby #C51456
RGB
CMYK
RGB Variations
Color information
#C51456 (or 0xC51456) is known color: Ruby. HEX triplet: C5, 14 and 56. RGB value is (197,20,86). Sum of RGB (Red+Green+Blue) = 197+20+86=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C51456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51456 is #3AEBA9. Grayscale: #505050. Windows color (decimal): -3861418 or 5641413. OLE color: 5641413.
HSL color Cylindrical-coordinate representation of color #C51456: hue angle of 337.63º 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 #C51456 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 86 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.23 |
| HSL | 337.63º | 0.82% | 0.43% | - |
| HSV(B) | 337.63º | 0.9% | 0.77% | - |
| XYZ | 24.96 | 13.04 | 10.01 | - |
| YUV | 80.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 86 | 0 | 0.90 | 0.56 | 0.23 | 337.63 | 0.82 | 0.43 |
| Hex | C5 | 14 | 56 | 0 | 5A | 38 | 17 | 152 | 52 | 2B |
| Octal | 305 | 24 | 126 | 0 | 132 | 70 | 27 | 522 | 122 | 53 |
| Binary | 11000101 | 10100 | 1010110 | 0 | 1011010 | 111000 | 10111 | 101010010 | 1010010 | 101011 |
Color Harmonies of #C51456
Complementary color
Monochromatic Colors of #C51456
Black with #C51456
Text Example
Text Example
White with #C51456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51456; }
p { color: rgb(197,20,86); }
H1.HeaderClassName
{
color: #C51456;
}
.AnyTagClassName
{
color: #C51456;
}
</style>
background-color css
<style>
a { background-color: #C51456; }
a { background-color: rgb(197,20,86); }
div.DivClassName
{
background-color: #C51456;
}
.BgClassName
{
background-color: #C51456;
}
</style>
border-color css
<style>
span { border-color: #C51456; }
span { border-color: rgb(197,20,86); }
td.TdClassName
{
border-color: #C51456;
}
.TagClassName
{
border-color: #C51456;
}
</style>