Shades of Ruby #C71054
Tints of Ruby #C71054
RGB
CMYK
RGB Variations
Color information
#C71054 (or 0xC71054) is known color: Ruby. HEX triplet: C7, 10 and 54. RGB value is (199,16,84). Sum of RGB (Red+Green+Blue) = 199+16+84=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C71054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71054 is #38EFAB. Grayscale: #4E4E4E. Windows color (decimal): -3731372 or 5509319. OLE color: 5509319.
HSL color Cylindrical-coordinate representation of color #C71054: hue angle of 337.7º 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 #C71054 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 84 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.22 |
| HSL | 337.7º | 0.85% | 0.42% | - |
| HSV(B) | 337.7º | 0.92% | 0.78% | - |
| XYZ | 25.34 | 13.15 | 9.59 | - |
| YUV | 78.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 84 | 0 | 0.92 | 0.58 | 0.22 | 337.7 | 0.85 | 0.42 |
| Hex | C7 | 10 | 54 | 0 | 5C | 3A | 16 | 152 | 55 | 2A |
| Octal | 307 | 20 | 124 | 0 | 134 | 72 | 26 | 522 | 125 | 52 |
| Binary | 11000111 | 10000 | 1010100 | 0 | 1011100 | 111010 | 10110 | 101010010 | 1010101 | 101010 |
Color Harmonies of #C71054
Complementary color
Monochromatic Colors of #C71054
Black with #C71054
Text Example
Text Example
White with #C71054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71054; }
p { color: rgb(199,16,84); }
H1.HeaderClassName
{
color: #C71054;
}
.AnyTagClassName
{
color: #C71054;
}
</style>
background-color css
<style>
a { background-color: #C71054; }
a { background-color: rgb(199,16,84); }
div.DivClassName
{
background-color: #C71054;
}
.BgClassName
{
background-color: #C71054;
}
</style>
border-color css
<style>
span { border-color: #C71054; }
span { border-color: rgb(199,16,84); }
td.TdClassName
{
border-color: #C71054;
}
.TagClassName
{
border-color: #C71054;
}
</style>