Shades of Ruby #C70D5E
Tints of Ruby #C70D5E
RGB
CMYK
RGB Variations
Color information
#C70D5E (or 0xC70D5E) is known color: Ruby. HEX triplet: C7, 0D and 5E. RGB value is (199,13,94). Sum of RGB (Red+Green+Blue) = 199+13+94=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D5E is #38F2A1. Grayscale: #4D4D4D. Windows color (decimal): -3732130 or 6163911. OLE color: 6163911.
HSL color Cylindrical-coordinate representation of color #C70D5E: hue angle of 333.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D5E is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 94 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.22 |
| HSL | 333.87º | 0.88% | 0.42% | - |
| HSV(B) | 333.87º | 0.93% | 0.78% | - |
| XYZ | 25.72 | 13.24 | 11.79 | - |
| YUV | 77.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 94 | 0 | 0.93 | 0.53 | 0.22 | 333.87 | 0.88 | 0.42 |
| Hex | C7 | D | 5E | 0 | 5D | 35 | 16 | 14E | 58 | 2A |
| Octal | 307 | 15 | 136 | 0 | 135 | 65 | 26 | 516 | 130 | 52 |
| Binary | 11000111 | 1101 | 1011110 | 0 | 1011101 | 110101 | 10110 | 101001110 | 1011000 | 101010 |
Color Harmonies of #C70D5E
Complementary color
Monochromatic Colors of #C70D5E
Black with #C70D5E
Text Example
Text Example
White with #C70D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D5E; }
p { color: rgb(199,13,94); }
H1.HeaderClassName
{
color: #C70D5E;
}
.AnyTagClassName
{
color: #C70D5E;
}
</style>
background-color css
<style>
a { background-color: #C70D5E; }
a { background-color: rgb(199,13,94); }
div.DivClassName
{
background-color: #C70D5E;
}
.BgClassName
{
background-color: #C70D5E;
}
</style>
border-color css
<style>
span { border-color: #C70D5E; }
span { border-color: rgb(199,13,94); }
td.TdClassName
{
border-color: #C70D5E;
}
.TagClassName
{
border-color: #C70D5E;
}
</style>