Shades of Ruby #C5175F
Tints of Ruby #C5175F
RGB
CMYK
RGB Variations
Color information
#C5175F (or 0xC5175F) is known color: Ruby. HEX triplet: C5, 17 and 5F. RGB value is (197,23,95). Sum of RGB (Red+Green+Blue) = 197+23+95=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5175F is #3AE8A0. Grayscale: #535353. Windows color (decimal): -3860641 or 6232005. OLE color: 6232005.
HSL color Cylindrical-coordinate representation of color #C5175F: hue angle of 335.17º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5175F is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 95 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.23 |
| HSL | 335.17º | 0.79% | 0.43% | - |
| HSV(B) | 335.17º | 0.88% | 0.77% | - |
| XYZ | 25.4 | 13.31 | 12.06 | - |
| YUV | 83.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 95 | 0 | 0.88 | 0.52 | 0.23 | 335.17 | 0.79 | 0.43 |
| Hex | C5 | 17 | 5F | 0 | 58 | 34 | 17 | 14F | 4F | 2B |
| Octal | 305 | 27 | 137 | 0 | 130 | 64 | 27 | 517 | 117 | 53 |
| Binary | 11000101 | 10111 | 1011111 | 0 | 1011000 | 110100 | 10111 | 101001111 | 1001111 | 101011 |
Color Harmonies of #C5175F
Complementary color
Monochromatic Colors of #C5175F
Black with #C5175F
Text Example
Text Example
White with #C5175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5175F; }
p { color: rgb(197,23,95); }
H1.HeaderClassName
{
color: #C5175F;
}
.AnyTagClassName
{
color: #C5175F;
}
</style>
background-color css
<style>
a { background-color: #C5175F; }
a { background-color: rgb(197,23,95); }
div.DivClassName
{
background-color: #C5175F;
}
.BgClassName
{
background-color: #C5175F;
}
</style>
border-color css
<style>
span { border-color: #C5175F; }
span { border-color: rgb(197,23,95); }
td.TdClassName
{
border-color: #C5175F;
}
.TagClassName
{
border-color: #C5175F;
}
</style>