Shades of Ruby #C51155
Tints of Ruby #C51155
RGB
CMYK
RGB Variations
Color information
#C51155 (or 0xC51155) is known color: Ruby. HEX triplet: C5, 11 and 55. RGB value is (197,17,85). Sum of RGB (Red+Green+Blue) = 197+17+85=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C51155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51155 is #3AEEAA. Grayscale: #4E4E4E. Windows color (decimal): -3862187 or 5575109. OLE color: 5575109.
HSL color Cylindrical-coordinate representation of color #C51155: hue angle of 337.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51155 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 85 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.23 |
| HSL | 337.33º | 0.84% | 0.42% | - |
| HSV(B) | 337.33º | 0.91% | 0.77% | - |
| XYZ | 24.87 | 12.93 | 9.78 | - |
| YUV | 78.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 85 | 0 | 0.91 | 0.57 | 0.23 | 337.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 55 | 0 | 5B | 39 | 17 | 151 | 54 | 2A |
| Octal | 305 | 21 | 125 | 0 | 133 | 71 | 27 | 521 | 124 | 52 |
| Binary | 11000101 | 10001 | 1010101 | 0 | 1011011 | 111001 | 10111 | 101010001 | 1010100 | 101010 |
Color Harmonies of #C51155
Complementary color
Monochromatic Colors of #C51155
Black with #C51155
Text Example
Text Example
White with #C51155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51155; }
p { color: rgb(197,17,85); }
H1.HeaderClassName
{
color: #C51155;
}
.AnyTagClassName
{
color: #C51155;
}
</style>
background-color css
<style>
a { background-color: #C51155; }
a { background-color: rgb(197,17,85); }
div.DivClassName
{
background-color: #C51155;
}
.BgClassName
{
background-color: #C51155;
}
</style>
border-color css
<style>
span { border-color: #C51155; }
span { border-color: rgb(197,17,85); }
td.TdClassName
{
border-color: #C51155;
}
.TagClassName
{
border-color: #C51155;
}
</style>