Shades of Ruby #C70D51
Tints of Ruby #C70D51
RGB
CMYK
RGB Variations
Color information
#C70D51 (or 0xC70D51) is known color: Ruby. HEX triplet: C7, 0D and 51. RGB value is (199,13,81). Sum of RGB (Red+Green+Blue) = 199+13+81=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D51 is #38F2AE. Grayscale: #4C4C4C. Windows color (decimal): -3732143 or 5311943. OLE color: 5311943.
HSL color Cylindrical-coordinate representation of color #C70D51: hue angle of 338.06º 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 #C70D51 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 81 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.22 |
| HSL | 338.06º | 0.88% | 0.42% | - |
| HSV(B) | 338.06º | 0.93% | 0.78% | - |
| XYZ | 25.18 | 13.02 | 8.97 | - |
| YUV | 76.37 | 130.62 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 81 | 0 | 0.93 | 0.59 | 0.22 | 338.06 | 0.88 | 0.42 |
| Hex | C7 | D | 51 | 0 | 5D | 3B | 16 | 152 | 58 | 2A |
| Octal | 307 | 15 | 121 | 0 | 135 | 73 | 26 | 522 | 130 | 52 |
| Binary | 11000111 | 1101 | 1010001 | 0 | 1011101 | 111011 | 10110 | 101010010 | 1011000 | 101010 |
Color Harmonies of #C70D51
Complementary color
Monochromatic Colors of #C70D51
Black with #C70D51
Text Example
Text Example
White with #C70D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D51; }
p { color: rgb(199,13,81); }
H1.HeaderClassName
{
color: #C70D51;
}
.AnyTagClassName
{
color: #C70D51;
}
</style>
background-color css
<style>
a { background-color: #C70D51; }
a { background-color: rgb(199,13,81); }
div.DivClassName
{
background-color: #C70D51;
}
.BgClassName
{
background-color: #C70D51;
}
</style>
border-color css
<style>
span { border-color: #C70D51; }
span { border-color: rgb(199,13,81); }
td.TdClassName
{
border-color: #C70D51;
}
.TagClassName
{
border-color: #C70D51;
}
</style>