Shades of Ruby #C51D65
Tints of Ruby #C51D65
RGB
CMYK
RGB Variations
Color information
#C51D65 (or 0xC51D65) is known color: Ruby. HEX triplet: C5, 1D and 65. RGB value is (197,29,101). Sum of RGB (Red+Green+Blue) = 197+29+101=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D65 is #3AE29A. Grayscale: #575757. Windows color (decimal): -3859099 or 6626757. OLE color: 6626757.
HSL color Cylindrical-coordinate representation of color #C51D65: hue angle of 334.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D65 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 101 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.23 |
| HSL | 334.29º | 0.74% | 0.44% | - |
| HSV(B) | 334.29º | 0.85% | 0.77% | - |
| XYZ | 25.81 | 13.69 | 13.59 | - |
| YUV | 87.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 101 | 0 | 0.85 | 0.49 | 0.23 | 334.29 | 0.74 | 0.44 |
| Hex | C5 | 1D | 65 | 0 | 55 | 31 | 17 | 14E | 4A | 2C |
| Octal | 305 | 35 | 145 | 0 | 125 | 61 | 27 | 516 | 112 | 54 |
| Binary | 11000101 | 11101 | 1100101 | 0 | 1010101 | 110001 | 10111 | 101001110 | 1001010 | 101100 |
Color Harmonies of #C51D65
Complementary color
Monochromatic Colors of #C51D65
Black with #C51D65
Text Example
Text Example
White with #C51D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D65; }
p { color: rgb(197,29,101); }
H1.HeaderClassName
{
color: #C51D65;
}
.AnyTagClassName
{
color: #C51D65;
}
</style>
background-color css
<style>
a { background-color: #C51D65; }
a { background-color: rgb(197,29,101); }
div.DivClassName
{
background-color: #C51D65;
}
.BgClassName
{
background-color: #C51D65;
}
</style>
border-color css
<style>
span { border-color: #C51D65; }
span { border-color: rgb(197,29,101); }
td.TdClassName
{
border-color: #C51D65;
}
.TagClassName
{
border-color: #C51D65;
}
</style>