Shades of Ruby #C91259
Tints of Ruby #C91259
RGB
CMYK
RGB Variations
Color information
#C91259 (or 0xC91259) is known color: Ruby. HEX triplet: C9, 12 and 59. RGB value is (201,18,89). Sum of RGB (Red+Green+Blue) = 201+18+89=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C91259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91259 is #36EDA6. Grayscale: #505050. Windows color (decimal): -3599783 or 5837513. OLE color: 5837513.
HSL color Cylindrical-coordinate representation of color #C91259: hue angle of 336.72º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91259 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.21 |
| HSL | 336.72º | 0.84% | 0.43% | - |
| HSV(B) | 336.72º | 0.91% | 0.79% | - |
| XYZ | 26.11 | 13.57 | 10.69 | - |
| YUV | 80.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 89 | 0 | 0.91 | 0.56 | 0.21 | 336.72 | 0.84 | 0.43 |
| Hex | C9 | 12 | 59 | 0 | 5B | 38 | 15 | 151 | 54 | 2B |
| Octal | 311 | 22 | 131 | 0 | 133 | 70 | 25 | 521 | 124 | 53 |
| Binary | 11001001 | 10010 | 1011001 | 0 | 1011011 | 111000 | 10101 | 101010001 | 1010100 | 101011 |
Color Harmonies of #C91259
Complementary color
Monochromatic Colors of #C91259
Black with #C91259
Text Example
Text Example
White with #C91259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91259; }
p { color: rgb(201,18,89); }
H1.HeaderClassName
{
color: #C91259;
}
.AnyTagClassName
{
color: #C91259;
}
</style>
background-color css
<style>
a { background-color: #C91259; }
a { background-color: rgb(201,18,89); }
div.DivClassName
{
background-color: #C91259;
}
.BgClassName
{
background-color: #C91259;
}
</style>
border-color css
<style>
span { border-color: #C91259; }
span { border-color: rgb(201,18,89); }
td.TdClassName
{
border-color: #C91259;
}
.TagClassName
{
border-color: #C91259;
}
</style>