Shades of Ruby #C70F55
Tints of Ruby #C70F55
RGB
CMYK
RGB Variations
Color information
#C70F55 (or 0xC70F55) is known color: Ruby. HEX triplet: C7, 0F and 55. RGB value is (199,15,85). Sum of RGB (Red+Green+Blue) = 199+15+85=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70F55 is #38F0AA. Grayscale: #4D4D4D. Windows color (decimal): -3731627 or 5574599. OLE color: 5574599.
HSL color Cylindrical-coordinate representation of color #C70F55: hue angle of 337.17º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F55 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 85 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.22 |
| HSL | 337.17º | 0.86% | 0.42% | - |
| HSV(B) | 337.17º | 0.92% | 0.78% | - |
| XYZ | 25.36 | 13.14 | 9.79 | - |
| YUV | 78 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 85 | 0 | 0.92 | 0.57 | 0.22 | 337.17 | 0.86 | 0.42 |
| Hex | C7 | F | 55 | 0 | 5C | 39 | 16 | 151 | 56 | 2A |
| Octal | 307 | 17 | 125 | 0 | 134 | 71 | 26 | 521 | 126 | 52 |
| Binary | 11000111 | 1111 | 1010101 | 0 | 1011100 | 111001 | 10110 | 101010001 | 1010110 | 101010 |
Color Harmonies of #C70F55
Complementary color
Monochromatic Colors of #C70F55
Black with #C70F55
Text Example
Text Example
White with #C70F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F55; }
p { color: rgb(199,15,85); }
H1.HeaderClassName
{
color: #C70F55;
}
.AnyTagClassName
{
color: #C70F55;
}
</style>
background-color css
<style>
a { background-color: #C70F55; }
a { background-color: rgb(199,15,85); }
div.DivClassName
{
background-color: #C70F55;
}
.BgClassName
{
background-color: #C70F55;
}
</style>
border-color css
<style>
span { border-color: #C70F55; }
span { border-color: rgb(199,15,85); }
td.TdClassName
{
border-color: #C70F55;
}
.TagClassName
{
border-color: #C70F55;
}
</style>