Shades of Ruby #C7175E
Tints of Ruby #C7175E
RGB
CMYK
RGB Variations
Color information
#C7175E (or 0xC7175E) is known color: Ruby. HEX triplet: C7, 17 and 5E. RGB value is (199,23,94). Sum of RGB (Red+Green+Blue) = 199+23+94=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7175E is #38E8A1. Grayscale: #535353. Windows color (decimal): -3729570 or 6166471. OLE color: 6166471.
HSL color Cylindrical-coordinate representation of color #C7175E: hue angle of 335.8º 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 #C7175E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 94 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 335.8º | 0.79% | 0.44% | - |
| HSV(B) | 335.8º | 0.88% | 0.78% | - |
| XYZ | 25.88 | 13.56 | 11.84 | - |
| YUV | 83.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 94 | 0 | 0.88 | 0.53 | 0.22 | 335.8 | 0.79 | 0.44 |
| Hex | C7 | 17 | 5E | 0 | 58 | 35 | 16 | 150 | 4F | 2C |
| Octal | 307 | 27 | 136 | 0 | 130 | 65 | 26 | 520 | 117 | 54 |
| Binary | 11000111 | 10111 | 1011110 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001111 | 101100 |
Color Harmonies of #C7175E
Complementary color
Monochromatic Colors of #C7175E
Black with #C7175E
Text Example
Text Example
White with #C7175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7175E; }
p { color: rgb(199,23,94); }
H1.HeaderClassName
{
color: #C7175E;
}
.AnyTagClassName
{
color: #C7175E;
}
</style>
background-color css
<style>
a { background-color: #C7175E; }
a { background-color: rgb(199,23,94); }
div.DivClassName
{
background-color: #C7175E;
}
.BgClassName
{
background-color: #C7175E;
}
</style>
border-color css
<style>
span { border-color: #C7175E; }
span { border-color: rgb(199,23,94); }
td.TdClassName
{
border-color: #C7175E;
}
.TagClassName
{
border-color: #C7175E;
}
</style>