Shades of Ruby #C71556
Tints of Ruby #C71556
RGB
CMYK
RGB Variations
Color information
#C71556 (or 0xC71556) is known color: Ruby. HEX triplet: C7, 15 and 56. RGB value is (199,21,86). Sum of RGB (Red+Green+Blue) = 199+21+86=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71556 is #38EAA9. Grayscale: #515151. Windows color (decimal): -3730090 or 5641671. OLE color: 5641671.
HSL color Cylindrical-coordinate representation of color #C71556: hue angle of 338.09º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71556 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 86 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.22 |
| HSL | 338.09º | 0.81% | 0.43% | - |
| HSV(B) | 338.09º | 0.89% | 0.78% | - |
| XYZ | 25.5 | 13.35 | 10.04 | - |
| YUV | 81.63 | 130.47 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 86 | 0 | 0.89 | 0.57 | 0.22 | 338.09 | 0.81 | 0.43 |
| Hex | C7 | 15 | 56 | 0 | 59 | 39 | 16 | 152 | 51 | 2B |
| Octal | 307 | 25 | 126 | 0 | 131 | 71 | 26 | 522 | 121 | 53 |
| Binary | 11000111 | 10101 | 1010110 | 0 | 1011001 | 111001 | 10110 | 101010010 | 1010001 | 101011 |
Color Harmonies of #C71556
Complementary color
Monochromatic Colors of #C71556
Black with #C71556
Text Example
Text Example
White with #C71556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71556; }
p { color: rgb(199,21,86); }
H1.HeaderClassName
{
color: #C71556;
}
.AnyTagClassName
{
color: #C71556;
}
</style>
background-color css
<style>
a { background-color: #C71556; }
a { background-color: rgb(199,21,86); }
div.DivClassName
{
background-color: #C71556;
}
.BgClassName
{
background-color: #C71556;
}
</style>
border-color css
<style>
span { border-color: #C71556; }
span { border-color: rgb(199,21,86); }
td.TdClassName
{
border-color: #C71556;
}
.TagClassName
{
border-color: #C71556;
}
</style>