Shades of Ruby #C5135F
Tints of Ruby #C5135F
RGB
CMYK
RGB Variations
Color information
#C5135F (or 0xC5135F) is known color: Ruby. HEX triplet: C5, 13 and 5F. RGB value is (197,19,95). Sum of RGB (Red+Green+Blue) = 197+19+95=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5135F is #3AECA0. Grayscale: #505050. Windows color (decimal): -3861665 or 6230981. OLE color: 6230981.
HSL color Cylindrical-coordinate representation of color #C5135F: hue angle of 334.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5135F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 95 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.23 |
| HSL | 334.38º | 0.82% | 0.42% | - |
| HSV(B) | 334.38º | 0.9% | 0.77% | - |
| XYZ | 25.32 | 13.16 | 12.03 | - |
| YUV | 80.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 95 | 0 | 0.90 | 0.52 | 0.23 | 334.38 | 0.82 | 0.42 |
| Hex | C5 | 13 | 5F | 0 | 5A | 34 | 17 | 14E | 52 | 2A |
| Octal | 305 | 23 | 137 | 0 | 132 | 64 | 27 | 516 | 122 | 52 |
| Binary | 11000101 | 10011 | 1011111 | 0 | 1011010 | 110100 | 10111 | 101001110 | 1010010 | 101010 |
Color Harmonies of #C5135F
Complementary color
Monochromatic Colors of #C5135F
Black with #C5135F
Text Example
Text Example
White with #C5135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5135F; }
p { color: rgb(197,19,95); }
H1.HeaderClassName
{
color: #C5135F;
}
.AnyTagClassName
{
color: #C5135F;
}
</style>
background-color css
<style>
a { background-color: #C5135F; }
a { background-color: rgb(197,19,95); }
div.DivClassName
{
background-color: #C5135F;
}
.BgClassName
{
background-color: #C5135F;
}
</style>
border-color css
<style>
span { border-color: #C5135F; }
span { border-color: rgb(197,19,95); }
td.TdClassName
{
border-color: #C5135F;
}
.TagClassName
{
border-color: #C5135F;
}
</style>