Shades of Ruby #C70751
Tints of Ruby #C70751
RGB
CMYK
RGB Variations
Color information
#C70751 (or 0xC70751) is known color: Ruby. HEX triplet: C7, 07 and 51. RGB value is (199,7,81). Sum of RGB (Red+Green+Blue) = 199+7+81=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C70751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70751 is #38F8AE. Grayscale: #484848. Windows color (decimal): -3733679 or 5310407. OLE color: 5310407.
HSL color Cylindrical-coordinate representation of color #C70751: hue angle of 336.88º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70751 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 81 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.22 |
| HSL | 336.88º | 0.93% | 0.4% | - |
| HSV(B) | 336.88º | 0.96% | 0.78% | - |
| XYZ | 25.11 | 12.89 | 8.95 | - |
| YUV | 72.84 | 132.61 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 81 | 0 | 0.96 | 0.59 | 0.22 | 336.88 | 0.93 | 0.4 |
| Hex | C7 | 7 | 51 | 0 | 60 | 3B | 16 | 151 | 5D | 28 |
| Octal | 307 | 7 | 121 | 0 | 140 | 73 | 26 | 521 | 135 | 50 |
| Binary | 11000111 | 111 | 1010001 | 0 | 1100000 | 111011 | 10110 | 101010001 | 1011101 | 101000 |
Color Harmonies of #C70751
Complementary color
Monochromatic Colors of #C70751
Black with #C70751
Text Example
Text Example
White with #C70751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70751; }
p { color: rgb(199,7,81); }
H1.HeaderClassName
{
color: #C70751;
}
.AnyTagClassName
{
color: #C70751;
}
</style>
background-color css
<style>
a { background-color: #C70751; }
a { background-color: rgb(199,7,81); }
div.DivClassName
{
background-color: #C70751;
}
.BgClassName
{
background-color: #C70751;
}
</style>
border-color css
<style>
span { border-color: #C70751; }
span { border-color: rgb(199,7,81); }
td.TdClassName
{
border-color: #C70751;
}
.TagClassName
{
border-color: #C70751;
}
</style>