Shades of Ruby #C31565
Tints of Ruby #C31565
RGB
CMYK
RGB Variations
Color information
#C31565 (or 0xC31565) is known color: Ruby. HEX triplet: C3, 15 and 65. RGB value is (195,21,101). Sum of RGB (Red+Green+Blue) = 195+21+101=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C31565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31565 is #3CEA9A. Grayscale: #525252. Windows color (decimal): -3992219 or 6624707. OLE color: 6624707.
HSL color Cylindrical-coordinate representation of color #C31565: hue angle of 332.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31565 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 101 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.24 |
| HSL | 332.41º | 0.81% | 0.42% | - |
| HSV(B) | 332.41º | 0.89% | 0.76% | - |
| XYZ | 25.12 | 13.08 | 13.51 | - |
| YUV | 82.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 101 | 0 | 0.89 | 0.48 | 0.24 | 332.41 | 0.81 | 0.42 |
| Hex | C3 | 15 | 65 | 0 | 59 | 30 | 18 | 14C | 51 | 2A |
| Octal | 303 | 25 | 145 | 0 | 131 | 60 | 30 | 514 | 121 | 52 |
| Binary | 11000011 | 10101 | 1100101 | 0 | 1011001 | 110000 | 11000 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C31565
Complementary color
Monochromatic Colors of #C31565
Black with #C31565
Text Example
Text Example
White with #C31565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31565; }
p { color: rgb(195,21,101); }
H1.HeaderClassName
{
color: #C31565;
}
.AnyTagClassName
{
color: #C31565;
}
</style>
background-color css
<style>
a { background-color: #C31565; }
a { background-color: rgb(195,21,101); }
div.DivClassName
{
background-color: #C31565;
}
.BgClassName
{
background-color: #C31565;
}
</style>
border-color css
<style>
span { border-color: #C31565; }
span { border-color: rgb(195,21,101); }
td.TdClassName
{
border-color: #C31565;
}
.TagClassName
{
border-color: #C31565;
}
</style>