Shades of Ruby #C31659
Tints of Ruby #C31659
RGB
CMYK
RGB Variations
Color information
#C31659 (or 0xC31659) is known color: Ruby. HEX triplet: C3, 16 and 59. RGB value is (195,22,89). Sum of RGB (Red+Green+Blue) = 195+22+89=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C31659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31659 is #3CE9A6. Grayscale: #515151. Windows color (decimal): -3991975 or 5838531. OLE color: 5838531.
HSL color Cylindrical-coordinate representation of color #C31659: hue angle of 336.76º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31659 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 89 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.24 |
| HSL | 336.76º | 0.8% | 0.43% | - |
| HSV(B) | 336.76º | 0.89% | 0.76% | - |
| XYZ | 24.6 | 12.9 | 10.64 | - |
| YUV | 81.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 89 | 0 | 0.89 | 0.54 | 0.24 | 336.76 | 0.8 | 0.43 |
| Hex | C3 | 16 | 59 | 0 | 59 | 36 | 18 | 151 | 50 | 2B |
| Octal | 303 | 26 | 131 | 0 | 131 | 66 | 30 | 521 | 120 | 53 |
| Binary | 11000011 | 10110 | 1011001 | 0 | 1011001 | 110110 | 11000 | 101010001 | 1010000 | 101011 |
Color Harmonies of #C31659
Complementary color
Monochromatic Colors of #C31659
Black with #C31659
Text Example
Text Example
White with #C31659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31659; }
p { color: rgb(195,22,89); }
H1.HeaderClassName
{
color: #C31659;
}
.AnyTagClassName
{
color: #C31659;
}
</style>
background-color css
<style>
a { background-color: #C31659; }
a { background-color: rgb(195,22,89); }
div.DivClassName
{
background-color: #C31659;
}
.BgClassName
{
background-color: #C31659;
}
</style>
border-color css
<style>
span { border-color: #C31659; }
span { border-color: rgb(195,22,89); }
td.TdClassName
{
border-color: #C31659;
}
.TagClassName
{
border-color: #C31659;
}
</style>