Shades of Ruby #C91658
Tints of Ruby #C91658
RGB
CMYK
RGB Variations
Color information
#C91658 (or 0xC91658) is known color: Ruby. HEX triplet: C9, 16 and 58. RGB value is (201,22,88). Sum of RGB (Red+Green+Blue) = 201+22+88=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C91658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91658 is #36E9A7. Grayscale: #525252. Windows color (decimal): -3598760 or 5773001. OLE color: 5773001.
HSL color Cylindrical-coordinate representation of color #C91658: hue angle of 337.88º 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 #C91658 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 88 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.21 |
| HSL | 337.88º | 0.8% | 0.44% | - |
| HSV(B) | 337.88º | 0.89% | 0.79% | - |
| XYZ | 26.14 | 13.7 | 10.5 | - |
| YUV | 83.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 88 | 0 | 0.89 | 0.56 | 0.21 | 337.88 | 0.8 | 0.44 |
| Hex | C9 | 16 | 58 | 0 | 59 | 38 | 15 | 152 | 50 | 2C |
| Octal | 311 | 26 | 130 | 0 | 131 | 70 | 25 | 522 | 120 | 54 |
| Binary | 11001001 | 10110 | 1011000 | 0 | 1011001 | 111000 | 10101 | 101010010 | 1010000 | 101100 |
Color Harmonies of #C91658
Complementary color
Monochromatic Colors of #C91658
Black with #C91658
Text Example
Text Example
White with #C91658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91658; }
p { color: rgb(201,22,88); }
H1.HeaderClassName
{
color: #C91658;
}
.AnyTagClassName
{
color: #C91658;
}
</style>
background-color css
<style>
a { background-color: #C91658; }
a { background-color: rgb(201,22,88); }
div.DivClassName
{
background-color: #C91658;
}
.BgClassName
{
background-color: #C91658;
}
</style>
border-color css
<style>
span { border-color: #C91658; }
span { border-color: rgb(201,22,88); }
td.TdClassName
{
border-color: #C91658;
}
.TagClassName
{
border-color: #C91658;
}
</style>