Shades of Ruby #C71859
Tints of Ruby #C71859
RGB
CMYK
RGB Variations
Color information
#C71859 (or 0xC71859) is known color: Ruby. HEX triplet: C7, 18 and 59. RGB value is (199,24,89). Sum of RGB (Red+Green+Blue) = 199+24+89=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C71859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71859 is #38E7A6. Grayscale: #535353. Windows color (decimal): -3729319 or 5839047. OLE color: 5839047.
HSL color Cylindrical-coordinate representation of color #C71859: hue angle of 337.71º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71859 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 89 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.22 |
| HSL | 337.71º | 0.78% | 0.44% | - |
| HSV(B) | 337.71º | 0.88% | 0.78% | - |
| XYZ | 25.68 | 13.52 | 10.71 | - |
| YUV | 83.74 | 130.98 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 89 | 0 | 0.88 | 0.55 | 0.22 | 337.71 | 0.78 | 0.44 |
| Hex | C7 | 18 | 59 | 0 | 58 | 37 | 16 | 152 | 4E | 2C |
| Octal | 307 | 30 | 131 | 0 | 130 | 67 | 26 | 522 | 116 | 54 |
| Binary | 11000111 | 11000 | 1011001 | 0 | 1011000 | 110111 | 10110 | 101010010 | 1001110 | 101100 |
Color Harmonies of #C71859
Complementary color
Monochromatic Colors of #C71859
Black with #C71859
Text Example
Text Example
White with #C71859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71859; }
p { color: rgb(199,24,89); }
H1.HeaderClassName
{
color: #C71859;
}
.AnyTagClassName
{
color: #C71859;
}
</style>
background-color css
<style>
a { background-color: #C71859; }
a { background-color: rgb(199,24,89); }
div.DivClassName
{
background-color: #C71859;
}
.BgClassName
{
background-color: #C71859;
}
</style>
border-color css
<style>
span { border-color: #C71859; }
span { border-color: rgb(199,24,89); }
td.TdClassName
{
border-color: #C71859;
}
.TagClassName
{
border-color: #C71859;
}
</style>