Shades of Ruby #C11357
Tints of Ruby #C11357
RGB
CMYK
RGB Variations
Color information
#C11357 (or 0xC11357) is known color: Ruby. HEX triplet: C1, 13 and 57. RGB value is (193,19,87). Sum of RGB (Red+Green+Blue) = 193+19+87=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C11357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11357 is #3EECA8. Grayscale: #4E4E4E. Windows color (decimal): -4123817 or 5706689. OLE color: 5706689.
HSL color Cylindrical-coordinate representation of color #C11357: hue angle of 336.55º degrees, saturation: 0.82, 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 #C11357 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 87 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 336.55º | 0.82% | 0.42% | - |
| HSV(B) | 336.55º | 0.9% | 0.76% | - |
| XYZ | 23.95 | 12.49 | 10.17 | - |
| YUV | 78.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 87 | 0 | 0.90 | 0.55 | 0.24 | 336.55 | 0.82 | 0.42 |
| Hex | C1 | 13 | 57 | 0 | 5A | 37 | 18 | 151 | 52 | 2A |
| Octal | 301 | 23 | 127 | 0 | 132 | 67 | 30 | 521 | 122 | 52 |
| Binary | 11000001 | 10011 | 1010111 | 0 | 1011010 | 110111 | 11000 | 101010001 | 1010010 | 101010 |
Color Harmonies of #C11357
Complementary color
Monochromatic Colors of #C11357
Black with #C11357
Text Example
Text Example
White with #C11357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11357; }
p { color: rgb(193,19,87); }
H1.HeaderClassName
{
color: #C11357;
}
.AnyTagClassName
{
color: #C11357;
}
</style>
background-color css
<style>
a { background-color: #C11357; }
a { background-color: rgb(193,19,87); }
div.DivClassName
{
background-color: #C11357;
}
.BgClassName
{
background-color: #C11357;
}
</style>
border-color css
<style>
span { border-color: #C11357; }
span { border-color: rgb(193,19,87); }
td.TdClassName
{
border-color: #C11357;
}
.TagClassName
{
border-color: #C11357;
}
</style>