Shades of Ruby #C71758
Tints of Ruby #C71758
RGB
CMYK
RGB Variations
Color information
#C71758 (or 0xC71758) is known color: Ruby. HEX triplet: C7, 17 and 58. RGB value is (199,23,88). Sum of RGB (Red+Green+Blue) = 199+23+88=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C71758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71758 is #38E8A7. Grayscale: #525252. Windows color (decimal): -3729576 or 5773255. OLE color: 5773255.
HSL color Cylindrical-coordinate representation of color #C71758: hue angle of 337.84º degrees, saturation: 0.79, 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 #C71758 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 88 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.22 |
| HSL | 337.84º | 0.79% | 0.44% | - |
| HSV(B) | 337.84º | 0.88% | 0.78% | - |
| XYZ | 25.62 | 13.46 | 10.48 | - |
| YUV | 83.03 | 130.81 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 88 | 0 | 0.88 | 0.56 | 0.22 | 337.84 | 0.79 | 0.44 |
| Hex | C7 | 17 | 58 | 0 | 58 | 38 | 16 | 152 | 4F | 2C |
| Octal | 307 | 27 | 130 | 0 | 130 | 70 | 26 | 522 | 117 | 54 |
| Binary | 11000111 | 10111 | 1011000 | 0 | 1011000 | 111000 | 10110 | 101010010 | 1001111 | 101100 |
Color Harmonies of #C71758
Complementary color
Monochromatic Colors of #C71758
Black with #C71758
Text Example
Text Example
White with #C71758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71758; }
p { color: rgb(199,23,88); }
H1.HeaderClassName
{
color: #C71758;
}
.AnyTagClassName
{
color: #C71758;
}
</style>
background-color css
<style>
a { background-color: #C71758; }
a { background-color: rgb(199,23,88); }
div.DivClassName
{
background-color: #C71758;
}
.BgClassName
{
background-color: #C71758;
}
</style>
border-color css
<style>
span { border-color: #C71758; }
span { border-color: rgb(199,23,88); }
td.TdClassName
{
border-color: #C71758;
}
.TagClassName
{
border-color: #C71758;
}
</style>