Shades of Ruby #C7175F
Tints of Ruby #C7175F
RGB
CMYK
RGB Variations
Color information
#C7175F (or 0xC7175F) is known color: Ruby. HEX triplet: C7, 17 and 5F. RGB value is (199,23,95). Sum of RGB (Red+Green+Blue) = 199+23+95=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C7175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7175F is #38E8A0. Grayscale: #535353. Windows color (decimal): -3729569 or 6232007. OLE color: 6232007.
HSL color Cylindrical-coordinate representation of color #C7175F: hue angle of 335.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7175F is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 95 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.22 |
| HSL | 335.45º | 0.79% | 0.44% | - |
| HSV(B) | 335.45º | 0.88% | 0.78% | - |
| XYZ | 25.93 | 13.58 | 12.08 | - |
| YUV | 83.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 95 | 0 | 0.88 | 0.52 | 0.22 | 335.45 | 0.79 | 0.44 |
| Hex | C7 | 17 | 5F | 0 | 58 | 34 | 16 | 14F | 4F | 2C |
| Octal | 307 | 27 | 137 | 0 | 130 | 64 | 26 | 517 | 117 | 54 |
| Binary | 11000111 | 10111 | 1011111 | 0 | 1011000 | 110100 | 10110 | 101001111 | 1001111 | 101100 |
Color Harmonies of #C7175F
Complementary color
Monochromatic Colors of #C7175F
Black with #C7175F
Text Example
Text Example
White with #C7175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7175F; }
p { color: rgb(199,23,95); }
H1.HeaderClassName
{
color: #C7175F;
}
.AnyTagClassName
{
color: #C7175F;
}
</style>
background-color css
<style>
a { background-color: #C7175F; }
a { background-color: rgb(199,23,95); }
div.DivClassName
{
background-color: #C7175F;
}
.BgClassName
{
background-color: #C7175F;
}
</style>
border-color css
<style>
span { border-color: #C7175F; }
span { border-color: rgb(199,23,95); }
td.TdClassName
{
border-color: #C7175F;
}
.TagClassName
{
border-color: #C7175F;
}
</style>