Shades of Ruby #C70D65
Tints of Ruby #C70D65
RGB
CMYK
RGB Variations
Color information
#C70D65 (or 0xC70D65) is known color: Ruby. HEX triplet: C7, 0D and 65. RGB value is (199,13,101). Sum of RGB (Red+Green+Blue) = 199+13+101=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D65 is #38F29A. Grayscale: #4E4E4E. Windows color (decimal): -3732123 or 6622663. OLE color: 6622663.
HSL color Cylindrical-coordinate representation of color #C70D65: hue angle of 331.61º 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 #C70D65 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 101 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.22 |
| HSL | 331.61º | 0.88% | 0.42% | - |
| HSV(B) | 331.61º | 0.93% | 0.78% | - |
| XYZ | 26.05 | 13.37 | 13.52 | - |
| YUV | 78.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 101 | 0 | 0.93 | 0.49 | 0.22 | 331.61 | 0.88 | 0.42 |
| Hex | C7 | D | 65 | 0 | 5D | 31 | 16 | 14C | 58 | 2A |
| Octal | 307 | 15 | 145 | 0 | 135 | 61 | 26 | 514 | 130 | 52 |
| Binary | 11000111 | 1101 | 1100101 | 0 | 1011101 | 110001 | 10110 | 101001100 | 1011000 | 101010 |
Color Harmonies of #C70D65
Complementary color
Monochromatic Colors of #C70D65
Black with #C70D65
Text Example
Text Example
White with #C70D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D65; }
p { color: rgb(199,13,101); }
H1.HeaderClassName
{
color: #C70D65;
}
.AnyTagClassName
{
color: #C70D65;
}
</style>
background-color css
<style>
a { background-color: #C70D65; }
a { background-color: rgb(199,13,101); }
div.DivClassName
{
background-color: #C70D65;
}
.BgClassName
{
background-color: #C70D65;
}
</style>
border-color css
<style>
span { border-color: #C70D65; }
span { border-color: rgb(199,13,101); }
td.TdClassName
{
border-color: #C70D65;
}
.TagClassName
{
border-color: #C70D65;
}
</style>