Shades of Ruby #C11457
Tints of Ruby #C11457
RGB
CMYK
RGB Variations
Color information
#C11457 (or 0xC11457) is known color: Ruby. HEX triplet: C1, 14 and 57. RGB value is (193,20,87). Sum of RGB (Red+Green+Blue) = 193+20+87=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C11457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11457 is #3EEBA8. Grayscale: #4F4F4F. Windows color (decimal): -4123561 or 5706945. OLE color: 5706945.
HSL color Cylindrical-coordinate representation of color #C11457: hue angle of 336.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11457 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 87 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 336.76º | 0.81% | 0.42% | - |
| HSV(B) | 336.76º | 0.9% | 0.76% | - |
| XYZ | 23.96 | 12.53 | 10.17 | - |
| YUV | 79.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 87 | 0 | 0.90 | 0.55 | 0.24 | 336.76 | 0.81 | 0.42 |
| Hex | C1 | 14 | 57 | 0 | 5A | 37 | 18 | 151 | 51 | 2A |
| Octal | 301 | 24 | 127 | 0 | 132 | 67 | 30 | 521 | 121 | 52 |
| Binary | 11000001 | 10100 | 1010111 | 0 | 1011010 | 110111 | 11000 | 101010001 | 1010001 | 101010 |
Color Harmonies of #C11457
Complementary color
Monochromatic Colors of #C11457
Black with #C11457
Text Example
Text Example
White with #C11457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11457; }
p { color: rgb(193,20,87); }
H1.HeaderClassName
{
color: #C11457;
}
.AnyTagClassName
{
color: #C11457;
}
</style>
background-color css
<style>
a { background-color: #C11457; }
a { background-color: rgb(193,20,87); }
div.DivClassName
{
background-color: #C11457;
}
.BgClassName
{
background-color: #C11457;
}
</style>
border-color css
<style>
span { border-color: #C11457; }
span { border-color: rgb(193,20,87); }
td.TdClassName
{
border-color: #C11457;
}
.TagClassName
{
border-color: #C11457;
}
</style>