Shades of Ruby #C11356
Tints of Ruby #C11356
RGB
CMYK
RGB Variations
Color information
#C11356 (or 0xC11356) is known color: Ruby. HEX triplet: C1, 13 and 56. RGB value is (193,19,86). Sum of RGB (Red+Green+Blue) = 193+19+86=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C11356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11356 is #3EECA9. Grayscale: #4E4E4E. Windows color (decimal): -4123818 or 5641153. OLE color: 5641153.
HSL color Cylindrical-coordinate representation of color #C11356: hue angle of 336.9º 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 #C11356 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 86 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 336.9º | 0.82% | 0.42% | - |
| HSV(B) | 336.9º | 0.9% | 0.76% | - |
| XYZ | 23.9 | 12.48 | 9.95 | - |
| YUV | 78.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 86 | 0 | 0.90 | 0.55 | 0.24 | 336.9 | 0.82 | 0.42 |
| Hex | C1 | 13 | 56 | 0 | 5A | 37 | 18 | 151 | 52 | 2A |
| Octal | 301 | 23 | 126 | 0 | 132 | 67 | 30 | 521 | 122 | 52 |
| Binary | 11000001 | 10011 | 1010110 | 0 | 1011010 | 110111 | 11000 | 101010001 | 1010010 | 101010 |
Color Harmonies of #C11356
Complementary color
Monochromatic Colors of #C11356
Black with #C11356
Text Example
Text Example
White with #C11356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11356; }
p { color: rgb(193,19,86); }
H1.HeaderClassName
{
color: #C11356;
}
.AnyTagClassName
{
color: #C11356;
}
</style>
background-color css
<style>
a { background-color: #C11356; }
a { background-color: rgb(193,19,86); }
div.DivClassName
{
background-color: #C11356;
}
.BgClassName
{
background-color: #C11356;
}
</style>
border-color css
<style>
span { border-color: #C11356; }
span { border-color: rgb(193,19,86); }
td.TdClassName
{
border-color: #C11356;
}
.TagClassName
{
border-color: #C11356;
}
</style>