Shades of Ruby #C71051
Tints of Ruby #C71051
RGB
CMYK
RGB Variations
Color information
#C71051 (or 0xC71051) is known color: Ruby. HEX triplet: C7, 10 and 51. RGB value is (199,16,81). Sum of RGB (Red+Green+Blue) = 199+16+81=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C71051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71051 is #38EFAE. Grayscale: #4E4E4E. Windows color (decimal): -3731375 or 5312711. OLE color: 5312711.
HSL color Cylindrical-coordinate representation of color #C71051: hue angle of 338.69º 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 #C71051 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 81 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.22 |
| HSL | 338.69º | 0.85% | 0.42% | - |
| HSV(B) | 338.69º | 0.92% | 0.78% | - |
| XYZ | 25.22 | 13.11 | 8.99 | - |
| YUV | 78.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 81 | 0 | 0.92 | 0.59 | 0.22 | 338.69 | 0.85 | 0.42 |
| Hex | C7 | 10 | 51 | 0 | 5C | 3B | 16 | 153 | 55 | 2A |
| Octal | 307 | 20 | 121 | 0 | 134 | 73 | 26 | 523 | 125 | 52 |
| Binary | 11000111 | 10000 | 1010001 | 0 | 1011100 | 111011 | 10110 | 101010011 | 1010101 | 101010 |
Color Harmonies of #C71051
Complementary color
Monochromatic Colors of #C71051
Black with #C71051
Text Example
Text Example
White with #C71051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71051; }
p { color: rgb(199,16,81); }
H1.HeaderClassName
{
color: #C71051;
}
.AnyTagClassName
{
color: #C71051;
}
</style>
background-color css
<style>
a { background-color: #C71051; }
a { background-color: rgb(199,16,81); }
div.DivClassName
{
background-color: #C71051;
}
.BgClassName
{
background-color: #C71051;
}
</style>
border-color css
<style>
span { border-color: #C71051; }
span { border-color: rgb(199,16,81); }
td.TdClassName
{
border-color: #C71051;
}
.TagClassName
{
border-color: #C71051;
}
</style>