Shades of Ruby #C70D59
Tints of Ruby #C70D59
RGB
CMYK
RGB Variations
Color information
#C70D59 (or 0xC70D59) is known color: Ruby. HEX triplet: C7, 0D and 59. RGB value is (199,13,89). Sum of RGB (Red+Green+Blue) = 199+13+89=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D59 is #38F2A6. Grayscale: #4D4D4D. Windows color (decimal): -3732135 or 5836231. OLE color: 5836231.
HSL color Cylindrical-coordinate representation of color #C70D59: hue angle of 335.48º 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 #C70D59 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 89 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.22 |
| HSL | 335.48º | 0.88% | 0.42% | - |
| HSV(B) | 335.48º | 0.93% | 0.78% | - |
| XYZ | 25.5 | 13.15 | 10.65 | - |
| YUV | 77.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 89 | 0 | 0.93 | 0.55 | 0.22 | 335.48 | 0.88 | 0.42 |
| Hex | C7 | D | 59 | 0 | 5D | 37 | 16 | 14F | 58 | 2A |
| Octal | 307 | 15 | 131 | 0 | 135 | 67 | 26 | 517 | 130 | 52 |
| Binary | 11000111 | 1101 | 1011001 | 0 | 1011101 | 110111 | 10110 | 101001111 | 1011000 | 101010 |
Color Harmonies of #C70D59
Complementary color
Monochromatic Colors of #C70D59
Black with #C70D59
Text Example
Text Example
White with #C70D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D59; }
p { color: rgb(199,13,89); }
H1.HeaderClassName
{
color: #C70D59;
}
.AnyTagClassName
{
color: #C70D59;
}
</style>
background-color css
<style>
a { background-color: #C70D59; }
a { background-color: rgb(199,13,89); }
div.DivClassName
{
background-color: #C70D59;
}
.BgClassName
{
background-color: #C70D59;
}
</style>
border-color css
<style>
span { border-color: #C70D59; }
span { border-color: rgb(199,13,89); }
td.TdClassName
{
border-color: #C70D59;
}
.TagClassName
{
border-color: #C70D59;
}
</style>