Shades of Ruby #C71857
Tints of Ruby #C71857
RGB
CMYK
RGB Variations
Color information
#C71857 (or 0xC71857) is known color: Ruby. HEX triplet: C7, 18 and 57. RGB value is (199,24,87). Sum of RGB (Red+Green+Blue) = 199+24+87=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C71857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71857 is #38E7A8. Grayscale: #535353. Windows color (decimal): -3729321 or 5707975. OLE color: 5707975.
HSL color Cylindrical-coordinate representation of color #C71857: hue angle of 338.4º 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 #C71857 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 87 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.22 |
| HSL | 338.4º | 0.78% | 0.44% | - |
| HSV(B) | 338.4º | 0.88% | 0.78% | - |
| XYZ | 25.6 | 13.48 | 10.27 | - |
| YUV | 83.51 | 129.98 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 87 | 0 | 0.88 | 0.56 | 0.22 | 338.4 | 0.78 | 0.44 |
| Hex | C7 | 18 | 57 | 0 | 58 | 38 | 16 | 152 | 4E | 2C |
| Octal | 307 | 30 | 127 | 0 | 130 | 70 | 26 | 522 | 116 | 54 |
| Binary | 11000111 | 11000 | 1010111 | 0 | 1011000 | 111000 | 10110 | 101010010 | 1001110 | 101100 |
Color Harmonies of #C71857
Complementary color
Monochromatic Colors of #C71857
Black with #C71857
Text Example
Text Example
White with #C71857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71857; }
p { color: rgb(199,24,87); }
H1.HeaderClassName
{
color: #C71857;
}
.AnyTagClassName
{
color: #C71857;
}
</style>
background-color css
<style>
a { background-color: #C71857; }
a { background-color: rgb(199,24,87); }
div.DivClassName
{
background-color: #C71857;
}
.BgClassName
{
background-color: #C71857;
}
</style>
border-color css
<style>
span { border-color: #C71857; }
span { border-color: rgb(199,24,87); }
td.TdClassName
{
border-color: #C71857;
}
.TagClassName
{
border-color: #C71857;
}
</style>