Shades of Ruby #C91559
Tints of Ruby #C91559
RGB
CMYK
RGB Variations
Color information
#C91559 (or 0xC91559) is known color: Ruby. HEX triplet: C9, 15 and 59. RGB value is (201,21,89). Sum of RGB (Red+Green+Blue) = 201+21+89=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C91559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91559 is #36EAA6. Grayscale: #525252. Windows color (decimal): -3599015 or 5838281. OLE color: 5838281.
HSL color Cylindrical-coordinate representation of color #C91559: hue angle of 337.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91559 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 89 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.21 |
| HSL | 337.33º | 0.81% | 0.44% | - |
| HSV(B) | 337.33º | 0.9% | 0.79% | - |
| XYZ | 26.16 | 13.68 | 10.71 | - |
| YUV | 82.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 89 | 0 | 0.90 | 0.56 | 0.21 | 337.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 59 | 0 | 5A | 38 | 15 | 151 | 51 | 2C |
| Octal | 311 | 25 | 131 | 0 | 132 | 70 | 25 | 521 | 121 | 54 |
| Binary | 11001001 | 10101 | 1011001 | 0 | 1011010 | 111000 | 10101 | 101010001 | 1010001 | 101100 |
Color Harmonies of #C91559
Complementary color
Monochromatic Colors of #C91559
Black with #C91559
Text Example
Text Example
White with #C91559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91559; }
p { color: rgb(201,21,89); }
H1.HeaderClassName
{
color: #C91559;
}
.AnyTagClassName
{
color: #C91559;
}
</style>
background-color css
<style>
a { background-color: #C91559; }
a { background-color: rgb(201,21,89); }
div.DivClassName
{
background-color: #C91559;
}
.BgClassName
{
background-color: #C91559;
}
</style>
border-color css
<style>
span { border-color: #C91559; }
span { border-color: rgb(201,21,89); }
td.TdClassName
{
border-color: #C91559;
}
.TagClassName
{
border-color: #C91559;
}
</style>