Shades of Ruby #C91755
Tints of Ruby #C91755
RGB
CMYK
RGB Variations
Color information
#C91755 (or 0xC91755) is known color: Ruby. HEX triplet: C9, 17 and 55. RGB value is (201,23,85). Sum of RGB (Red+Green+Blue) = 201+23+85=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C91755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91755 is #36E8AA. Grayscale: #535353. Windows color (decimal): -3598507 or 5576649. OLE color: 5576649.
HSL color Cylindrical-coordinate representation of color #C91755: hue angle of 339.1º degrees, saturation: 0.79, 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 #C91755 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 85 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.21 |
| HSL | 339.1º | 0.79% | 0.44% | - |
| HSV(B) | 339.1º | 0.89% | 0.79% | - |
| XYZ | 26.03 | 13.69 | 9.86 | - |
| YUV | 83.29 | 128.97 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 85 | 0 | 0.89 | 0.58 | 0.21 | 339.1 | 0.79 | 0.44 |
| Hex | C9 | 17 | 55 | 0 | 59 | 3A | 15 | 153 | 4F | 2C |
| Octal | 311 | 27 | 125 | 0 | 131 | 72 | 25 | 523 | 117 | 54 |
| Binary | 11001001 | 10111 | 1010101 | 0 | 1011001 | 111010 | 10101 | 101010011 | 1001111 | 101100 |
Color Harmonies of #C91755
Complementary color
Monochromatic Colors of #C91755
Black with #C91755
Text Example
Text Example
White with #C91755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91755; }
p { color: rgb(201,23,85); }
H1.HeaderClassName
{
color: #C91755;
}
.AnyTagClassName
{
color: #C91755;
}
</style>
background-color css
<style>
a { background-color: #C91755; }
a { background-color: rgb(201,23,85); }
div.DivClassName
{
background-color: #C91755;
}
.BgClassName
{
background-color: #C91755;
}
</style>
border-color css
<style>
span { border-color: #C91755; }
span { border-color: rgb(201,23,85); }
td.TdClassName
{
border-color: #C91755;
}
.TagClassName
{
border-color: #C91755;
}
</style>