Shades of Ruby #C7135F
Tints of Ruby #C7135F
RGB
CMYK
RGB Variations
Color information
#C7135F (or 0xC7135F) is known color: Ruby. HEX triplet: C7, 13 and 5F. RGB value is (199,19,95). Sum of RGB (Red+Green+Blue) = 199+19+95=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7135F is #38ECA0. Grayscale: #515151. Windows color (decimal): -3730593 or 6230983. OLE color: 6230983.
HSL color Cylindrical-coordinate representation of color #C7135F: hue angle of 334.67º 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 #C7135F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 95 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.22 |
| HSL | 334.67º | 0.83% | 0.43% | - |
| HSV(B) | 334.67º | 0.9% | 0.78% | - |
| XYZ | 25.85 | 13.43 | 12.06 | - |
| YUV | 81.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 95 | 0 | 0.90 | 0.52 | 0.22 | 334.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | 5F | 0 | 5A | 34 | 16 | 14F | 53 | 2B |
| Octal | 307 | 23 | 137 | 0 | 132 | 64 | 26 | 517 | 123 | 53 |
| Binary | 11000111 | 10011 | 1011111 | 0 | 1011010 | 110100 | 10110 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C7135F
Complementary color
Monochromatic Colors of #C7135F
Black with #C7135F
Text Example
Text Example
White with #C7135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7135F; }
p { color: rgb(199,19,95); }
H1.HeaderClassName
{
color: #C7135F;
}
.AnyTagClassName
{
color: #C7135F;
}
</style>
background-color css
<style>
a { background-color: #C7135F; }
a { background-color: rgb(199,19,95); }
div.DivClassName
{
background-color: #C7135F;
}
.BgClassName
{
background-color: #C7135F;
}
</style>
border-color css
<style>
span { border-color: #C7135F; }
span { border-color: rgb(199,19,95); }
td.TdClassName
{
border-color: #C7135F;
}
.TagClassName
{
border-color: #C7135F;
}
</style>