Shades of Ruby #C51E65
Tints of Ruby #C51E65
RGB
CMYK
RGB Variations
Color information
#C51E65 (or 0xC51E65) is known color: Ruby. HEX triplet: C5, 1E and 65. RGB value is (197,30,101). Sum of RGB (Red+Green+Blue) = 197+30+101=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E65 is #3AE19A. Grayscale: #575757. Windows color (decimal): -3858843 or 6627013. OLE color: 6627013.
HSL color Cylindrical-coordinate representation of color #C51E65: hue angle of 334.49º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51E65 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 101 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.23 |
| HSL | 334.49º | 0.74% | 0.45% | - |
| HSV(B) | 334.49º | 0.85% | 0.77% | - |
| XYZ | 25.84 | 13.74 | 13.6 | - |
| YUV | 88.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 101 | 0 | 0.85 | 0.49 | 0.23 | 334.49 | 0.74 | 0.45 |
| Hex | C5 | 1E | 65 | 0 | 55 | 31 | 17 | 14E | 4A | 2D |
| Octal | 305 | 36 | 145 | 0 | 125 | 61 | 27 | 516 | 112 | 55 |
| Binary | 11000101 | 11110 | 1100101 | 0 | 1010101 | 110001 | 10111 | 101001110 | 1001010 | 101101 |
Color Harmonies of #C51E65
Complementary color
Monochromatic Colors of #C51E65
Black with #C51E65
Text Example
Text Example
White with #C51E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E65; }
p { color: rgb(197,30,101); }
H1.HeaderClassName
{
color: #C51E65;
}
.AnyTagClassName
{
color: #C51E65;
}
</style>
background-color css
<style>
a { background-color: #C51E65; }
a { background-color: rgb(197,30,101); }
div.DivClassName
{
background-color: #C51E65;
}
.BgClassName
{
background-color: #C51E65;
}
</style>
border-color css
<style>
span { border-color: #C51E65; }
span { border-color: rgb(197,30,101); }
td.TdClassName
{
border-color: #C51E65;
}
.TagClassName
{
border-color: #C51E65;
}
</style>