Shades of Ruby #C71860
Tints of Ruby #C71860
RGB
CMYK
RGB Variations
Color information
#C71860 (or 0xC71860) is known color: Ruby. HEX triplet: C7, 18 and 60. RGB value is (199,24,96). Sum of RGB (Red+Green+Blue) = 199+24+96=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C71860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71860 is #38E79F. Grayscale: #545454. Windows color (decimal): -3729312 or 6297799. OLE color: 6297799.
HSL color Cylindrical-coordinate representation of color #C71860: hue angle of 335.31º 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 #C71860 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 96 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.22 |
| HSL | 335.31º | 0.78% | 0.44% | - |
| HSV(B) | 335.31º | 0.88% | 0.78% | - |
| XYZ | 25.99 | 13.64 | 12.33 | - |
| YUV | 84.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 96 | 0 | 0.88 | 0.52 | 0.22 | 335.31 | 0.78 | 0.44 |
| Hex | C7 | 18 | 60 | 0 | 58 | 34 | 16 | 14F | 4E | 2C |
| Octal | 307 | 30 | 140 | 0 | 130 | 64 | 26 | 517 | 116 | 54 |
| Binary | 11000111 | 11000 | 1100000 | 0 | 1011000 | 110100 | 10110 | 101001111 | 1001110 | 101100 |
Color Harmonies of #C71860
Complementary color
Monochromatic Colors of #C71860
Black with #C71860
Text Example
Text Example
White with #C71860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71860; }
p { color: rgb(199,24,96); }
H1.HeaderClassName
{
color: #C71860;
}
.AnyTagClassName
{
color: #C71860;
}
</style>
background-color css
<style>
a { background-color: #C71860; }
a { background-color: rgb(199,24,96); }
div.DivClassName
{
background-color: #C71860;
}
.BgClassName
{
background-color: #C71860;
}
</style>
border-color css
<style>
span { border-color: #C71860; }
span { border-color: rgb(199,24,96); }
td.TdClassName
{
border-color: #C71860;
}
.TagClassName
{
border-color: #C71860;
}
</style>