Shades of Ruby #C31559
Tints of Ruby #C31559
RGB
CMYK
RGB Variations
Color information
#C31559 (or 0xC31559) is known color: Ruby. HEX triplet: C3, 15 and 59. RGB value is (195,21,89). Sum of RGB (Red+Green+Blue) = 195+21+89=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C31559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31559 is #3CEAA6. Grayscale: #505050. Windows color (decimal): -3992231 or 5838275. OLE color: 5838275.
HSL color Cylindrical-coordinate representation of color #C31559: hue angle of 336.55º 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 #C31559 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 89 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.24 |
| HSL | 336.55º | 0.81% | 0.42% | - |
| HSV(B) | 336.55º | 0.89% | 0.76% | - |
| XYZ | 24.58 | 12.86 | 10.64 | - |
| YUV | 80.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 89 | 0 | 0.89 | 0.54 | 0.24 | 336.55 | 0.81 | 0.42 |
| Hex | C3 | 15 | 59 | 0 | 59 | 36 | 18 | 151 | 51 | 2A |
| Octal | 303 | 25 | 131 | 0 | 131 | 66 | 30 | 521 | 121 | 52 |
| Binary | 11000011 | 10101 | 1011001 | 0 | 1011001 | 110110 | 11000 | 101010001 | 1010001 | 101010 |
Color Harmonies of #C31559
Complementary color
Monochromatic Colors of #C31559
Black with #C31559
Text Example
Text Example
White with #C31559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31559; }
p { color: rgb(195,21,89); }
H1.HeaderClassName
{
color: #C31559;
}
.AnyTagClassName
{
color: #C31559;
}
</style>
background-color css
<style>
a { background-color: #C31559; }
a { background-color: rgb(195,21,89); }
div.DivClassName
{
background-color: #C31559;
}
.BgClassName
{
background-color: #C31559;
}
</style>
border-color css
<style>
span { border-color: #C31559; }
span { border-color: rgb(195,21,89); }
td.TdClassName
{
border-color: #C31559;
}
.TagClassName
{
border-color: #C31559;
}
</style>