Shades of Ruby #C71655
Tints of Ruby #C71655
RGB
CMYK
RGB Variations
Color information
#C71655 (or 0xC71655) is known color: Ruby. HEX triplet: C7, 16 and 55. RGB value is (199,22,85). Sum of RGB (Red+Green+Blue) = 199+22+85=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71655 is #38E9AA. Grayscale: #525252. Windows color (decimal): -3729835 or 5576391. OLE color: 5576391.
HSL color Cylindrical-coordinate representation of color #C71655: hue angle of 338.64º degrees, saturation: 0.8, 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 #C71655 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 85 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.22 |
| HSL | 338.64º | 0.8% | 0.43% | - |
| HSV(B) | 338.64º | 0.89% | 0.78% | - |
| XYZ | 25.48 | 13.37 | 9.83 | - |
| YUV | 82.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 85 | 0 | 0.89 | 0.57 | 0.22 | 338.64 | 0.8 | 0.43 |
| Hex | C7 | 16 | 55 | 0 | 59 | 39 | 16 | 153 | 50 | 2B |
| Octal | 307 | 26 | 125 | 0 | 131 | 71 | 26 | 523 | 120 | 53 |
| Binary | 11000111 | 10110 | 1010101 | 0 | 1011001 | 111001 | 10110 | 101010011 | 1010000 | 101011 |
Color Harmonies of #C71655
Complementary color
Monochromatic Colors of #C71655
Black with #C71655
Text Example
Text Example
White with #C71655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71655; }
p { color: rgb(199,22,85); }
H1.HeaderClassName
{
color: #C71655;
}
.AnyTagClassName
{
color: #C71655;
}
</style>
background-color css
<style>
a { background-color: #C71655; }
a { background-color: rgb(199,22,85); }
div.DivClassName
{
background-color: #C71655;
}
.BgClassName
{
background-color: #C71655;
}
</style>
border-color css
<style>
span { border-color: #C71655; }
span { border-color: rgb(199,22,85); }
td.TdClassName
{
border-color: #C71655;
}
.TagClassName
{
border-color: #C71655;
}
</style>