Shades of Ruby #C71862
Tints of Ruby #C71862
RGB
CMYK
RGB Variations
Color information
#C71862 (or 0xC71862) is known color: Ruby. HEX triplet: C7, 18 and 62. RGB value is (199,24,98). Sum of RGB (Red+Green+Blue) = 199+24+98=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C71862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71862 is #38E79D. Grayscale: #545454. Windows color (decimal): -3729310 or 6428871. OLE color: 6428871.
HSL color Cylindrical-coordinate representation of color #C71862: hue angle of 334.63º 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 #C71862 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 98 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.22 |
| HSL | 334.63º | 0.78% | 0.44% | - |
| HSV(B) | 334.63º | 0.88% | 0.78% | - |
| XYZ | 26.08 | 13.68 | 12.82 | - |
| YUV | 84.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 98 | 0 | 0.88 | 0.51 | 0.22 | 334.63 | 0.78 | 0.44 |
| Hex | C7 | 18 | 62 | 0 | 58 | 33 | 16 | 14F | 4E | 2C |
| Octal | 307 | 30 | 142 | 0 | 130 | 63 | 26 | 517 | 116 | 54 |
| Binary | 11000111 | 11000 | 1100010 | 0 | 1011000 | 110011 | 10110 | 101001111 | 1001110 | 101100 |
Color Harmonies of #C71862
Complementary color
Monochromatic Colors of #C71862
Black with #C71862
Text Example
Text Example
White with #C71862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71862; }
p { color: rgb(199,24,98); }
H1.HeaderClassName
{
color: #C71862;
}
.AnyTagClassName
{
color: #C71862;
}
</style>
background-color css
<style>
a { background-color: #C71862; }
a { background-color: rgb(199,24,98); }
div.DivClassName
{
background-color: #C71862;
}
.BgClassName
{
background-color: #C71862;
}
</style>
border-color css
<style>
span { border-color: #C71862; }
span { border-color: rgb(199,24,98); }
td.TdClassName
{
border-color: #C71862;
}
.TagClassName
{
border-color: #C71862;
}
</style>