Shades of Ruby #C11559
Tints of Ruby #C11559
RGB
CMYK
RGB Variations
Color information
#C11559 (or 0xC11559) is known color: Ruby. HEX triplet: C1, 15 and 59. RGB value is (193,21,89). Sum of RGB (Red+Green+Blue) = 193+21+89=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C11559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11559 is #3EEAA6. Grayscale: #505050. Windows color (decimal): -4123303 or 5838273. OLE color: 5838273.
HSL color Cylindrical-coordinate representation of color #C11559: hue angle of 336.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11559 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 89 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.24 |
| HSL | 336.28º | 0.8% | 0.42% | - |
| HSV(B) | 336.28º | 0.89% | 0.76% | - |
| XYZ | 24.06 | 12.6 | 10.61 | - |
| YUV | 80.18 | 132.98 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 89 | 0 | 0.89 | 0.54 | 0.24 | 336.28 | 0.8 | 0.42 |
| Hex | C1 | 15 | 59 | 0 | 59 | 36 | 18 | 150 | 50 | 2A |
| Octal | 301 | 25 | 131 | 0 | 131 | 66 | 30 | 520 | 120 | 52 |
| Binary | 11000001 | 10101 | 1011001 | 0 | 1011001 | 110110 | 11000 | 101010000 | 1010000 | 101010 |
Color Harmonies of #C11559
Complementary color
Monochromatic Colors of #C11559
Black with #C11559
Text Example
Text Example
White with #C11559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11559; }
p { color: rgb(193,21,89); }
H1.HeaderClassName
{
color: #C11559;
}
.AnyTagClassName
{
color: #C11559;
}
</style>
background-color css
<style>
a { background-color: #C11559; }
a { background-color: rgb(193,21,89); }
div.DivClassName
{
background-color: #C11559;
}
.BgClassName
{
background-color: #C11559;
}
</style>
border-color css
<style>
span { border-color: #C11559; }
span { border-color: rgb(193,21,89); }
td.TdClassName
{
border-color: #C11559;
}
.TagClassName
{
border-color: #C11559;
}
</style>