Shades of Ruby #C91659
Tints of Ruby #C91659
RGB
CMYK
RGB Variations
Color information
#C91659 (or 0xC91659) is known color: Ruby. HEX triplet: C9, 16 and 59. RGB value is (201,22,89). Sum of RGB (Red+Green+Blue) = 201+22+89=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C91659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91659 is #36E9A6. Grayscale: #535353. Windows color (decimal): -3598759 or 5838537. OLE color: 5838537.
HSL color Cylindrical-coordinate representation of color #C91659: hue angle of 337.54º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91659 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 89 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.21 |
| HSL | 337.54º | 0.8% | 0.44% | - |
| HSV(B) | 337.54º | 0.89% | 0.79% | - |
| XYZ | 26.18 | 13.71 | 10.72 | - |
| YUV | 83.16 | 131.3 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 89 | 0 | 0.89 | 0.56 | 0.21 | 337.54 | 0.8 | 0.44 |
| Hex | C9 | 16 | 59 | 0 | 59 | 38 | 15 | 152 | 50 | 2C |
| Octal | 311 | 26 | 131 | 0 | 131 | 70 | 25 | 522 | 120 | 54 |
| Binary | 11001001 | 10110 | 1011001 | 0 | 1011001 | 111000 | 10101 | 101010010 | 1010000 | 101100 |
Color Harmonies of #C91659
Complementary color
Monochromatic Colors of #C91659
Black with #C91659
Text Example
Text Example
White with #C91659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91659; }
p { color: rgb(201,22,89); }
H1.HeaderClassName
{
color: #C91659;
}
.AnyTagClassName
{
color: #C91659;
}
</style>
background-color css
<style>
a { background-color: #C91659; }
a { background-color: rgb(201,22,89); }
div.DivClassName
{
background-color: #C91659;
}
.BgClassName
{
background-color: #C91659;
}
</style>
border-color css
<style>
span { border-color: #C91659; }
span { border-color: rgb(201,22,89); }
td.TdClassName
{
border-color: #C91659;
}
.TagClassName
{
border-color: #C91659;
}
</style>