Shades of Ruby #C71057
Tints of Ruby #C71057
RGB
CMYK
RGB Variations
Color information
#C71057 (or 0xC71057) is known color: Ruby. HEX triplet: C7, 10 and 57. RGB value is (199,16,87). Sum of RGB (Red+Green+Blue) = 199+16+87=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71057 is #38EFA8. Grayscale: #4E4E4E. Windows color (decimal): -3731369 or 5705927. OLE color: 5705927.
HSL color Cylindrical-coordinate representation of color #C71057: hue angle of 336.72º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71057 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 87 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.22 |
| HSL | 336.72º | 0.85% | 0.42% | - |
| HSV(B) | 336.72º | 0.92% | 0.78% | - |
| XYZ | 25.46 | 13.2 | 10.22 | - |
| YUV | 78.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 87 | 0 | 0.92 | 0.56 | 0.22 | 336.72 | 0.85 | 0.42 |
| Hex | C7 | 10 | 57 | 0 | 5C | 38 | 16 | 151 | 55 | 2A |
| Octal | 307 | 20 | 127 | 0 | 134 | 70 | 26 | 521 | 125 | 52 |
| Binary | 11000111 | 10000 | 1010111 | 0 | 1011100 | 111000 | 10110 | 101010001 | 1010101 | 101010 |
Color Harmonies of #C71057
Complementary color
Monochromatic Colors of #C71057
Black with #C71057
Text Example
Text Example
White with #C71057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71057; }
p { color: rgb(199,16,87); }
H1.HeaderClassName
{
color: #C71057;
}
.AnyTagClassName
{
color: #C71057;
}
</style>
background-color css
<style>
a { background-color: #C71057; }
a { background-color: rgb(199,16,87); }
div.DivClassName
{
background-color: #C71057;
}
.BgClassName
{
background-color: #C71057;
}
</style>
border-color css
<style>
span { border-color: #C71057; }
span { border-color: rgb(199,16,87); }
td.TdClassName
{
border-color: #C71057;
}
.TagClassName
{
border-color: #C71057;
}
</style>