Shades of Ruby #C91758
Tints of Ruby #C91758
RGB
CMYK
RGB Variations
Color information
#C91758 (or 0xC91758) is known color: Ruby. HEX triplet: C9, 17 and 58. RGB value is (201,23,88). Sum of RGB (Red+Green+Blue) = 201+23+88=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C91758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91758 is #36E8A7. Grayscale: #535353. Windows color (decimal): -3598504 or 5773257. OLE color: 5773257.
HSL color Cylindrical-coordinate representation of color #C91758: hue angle of 338.09º 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 #C91758 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 88 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.21 |
| HSL | 338.09º | 0.79% | 0.44% | - |
| HSV(B) | 338.09º | 0.89% | 0.79% | - |
| XYZ | 26.16 | 13.73 | 10.51 | - |
| YUV | 83.63 | 130.47 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 88 | 0 | 0.89 | 0.56 | 0.21 | 338.09 | 0.79 | 0.44 |
| Hex | C9 | 17 | 58 | 0 | 59 | 38 | 15 | 152 | 4F | 2C |
| Octal | 311 | 27 | 130 | 0 | 131 | 70 | 25 | 522 | 117 | 54 |
| Binary | 11001001 | 10111 | 1011000 | 0 | 1011001 | 111000 | 10101 | 101010010 | 1001111 | 101100 |
Color Harmonies of #C91758
Complementary color
Monochromatic Colors of #C91758
Black with #C91758
Text Example
Text Example
White with #C91758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91758; }
p { color: rgb(201,23,88); }
H1.HeaderClassName
{
color: #C91758;
}
.AnyTagClassName
{
color: #C91758;
}
</style>
background-color css
<style>
a { background-color: #C91758; }
a { background-color: rgb(201,23,88); }
div.DivClassName
{
background-color: #C91758;
}
.BgClassName
{
background-color: #C91758;
}
</style>
border-color css
<style>
span { border-color: #C91758; }
span { border-color: rgb(201,23,88); }
td.TdClassName
{
border-color: #C91758;
}
.TagClassName
{
border-color: #C91758;
}
</style>