Shades of Ruby #C7135D
Tints of Ruby #C7135D
RGB
CMYK
RGB Variations
Color information
#C7135D (or 0xC7135D) is known color: Ruby. HEX triplet: C7, 13 and 5D. RGB value is (199,19,93). Sum of RGB (Red+Green+Blue) = 199+19+93=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7135D is #38ECA2. Grayscale: #515151. Windows color (decimal): -3730595 or 6099911. OLE color: 6099911.
HSL color Cylindrical-coordinate representation of color #C7135D: hue angle of 335.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7135D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 93 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.22 |
| HSL | 335.33º | 0.83% | 0.43% | - |
| HSV(B) | 335.33º | 0.9% | 0.78% | - |
| XYZ | 25.76 | 13.4 | 11.58 | - |
| YUV | 81.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 93 | 0 | 0.90 | 0.53 | 0.22 | 335.33 | 0.83 | 0.43 |
| Hex | C7 | 13 | 5D | 0 | 5A | 35 | 16 | 14F | 53 | 2B |
| Octal | 307 | 23 | 135 | 0 | 132 | 65 | 26 | 517 | 123 | 53 |
| Binary | 11000111 | 10011 | 1011101 | 0 | 1011010 | 110101 | 10110 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C7135D
Complementary color
Monochromatic Colors of #C7135D
Black with #C7135D
Text Example
Text Example
White with #C7135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7135D; }
p { color: rgb(199,19,93); }
H1.HeaderClassName
{
color: #C7135D;
}
.AnyTagClassName
{
color: #C7135D;
}
</style>
background-color css
<style>
a { background-color: #C7135D; }
a { background-color: rgb(199,19,93); }
div.DivClassName
{
background-color: #C7135D;
}
.BgClassName
{
background-color: #C7135D;
}
</style>
border-color css
<style>
span { border-color: #C7135D; }
span { border-color: rgb(199,19,93); }
td.TdClassName
{
border-color: #C7135D;
}
.TagClassName
{
border-color: #C7135D;
}
</style>