Shades of Ruby #C51365
Tints of Ruby #C51365
RGB
CMYK
RGB Variations
Color information
#C51365 (or 0xC51365) is known color: Ruby. HEX triplet: C5, 13 and 65. RGB value is (197,19,101). Sum of RGB (Red+Green+Blue) = 197+19+101=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C51365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51365 is #3AEC9A. Grayscale: #515151. Windows color (decimal): -3861659 or 6624197. OLE color: 6624197.
HSL color Cylindrical-coordinate representation of color #C51365: hue angle of 332.36º 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 #C51365 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 101 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.23 |
| HSL | 332.36º | 0.82% | 0.42% | - |
| HSV(B) | 332.36º | 0.9% | 0.77% | - |
| XYZ | 25.61 | 13.28 | 13.52 | - |
| YUV | 81.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 101 | 0 | 0.90 | 0.49 | 0.23 | 332.36 | 0.82 | 0.42 |
| Hex | C5 | 13 | 65 | 0 | 5A | 31 | 17 | 14C | 52 | 2A |
| Octal | 305 | 23 | 145 | 0 | 132 | 61 | 27 | 514 | 122 | 52 |
| Binary | 11000101 | 10011 | 1100101 | 0 | 1011010 | 110001 | 10111 | 101001100 | 1010010 | 101010 |
Color Harmonies of #C51365
Complementary color
Monochromatic Colors of #C51365
Black with #C51365
Text Example
Text Example
White with #C51365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51365; }
p { color: rgb(197,19,101); }
H1.HeaderClassName
{
color: #C51365;
}
.AnyTagClassName
{
color: #C51365;
}
</style>
background-color css
<style>
a { background-color: #C51365; }
a { background-color: rgb(197,19,101); }
div.DivClassName
{
background-color: #C51365;
}
.BgClassName
{
background-color: #C51365;
}
</style>
border-color css
<style>
span { border-color: #C51365; }
span { border-color: rgb(197,19,101); }
td.TdClassName
{
border-color: #C51365;
}
.TagClassName
{
border-color: #C51365;
}
</style>