Shades of Ruby #C21157
Tints of Ruby #C21157
RGB
CMYK
RGB Variations
Color information
#C21157 (or 0xC21157) is known color: Ruby. HEX triplet: C2, 11 and 57. RGB value is (194,17,87). Sum of RGB (Red+Green+Blue) = 194+17+87=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C21157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21157 is #3DEEA8. Grayscale: #4D4D4D. Windows color (decimal): -4058793 or 5706178. OLE color: 5706178.
HSL color Cylindrical-coordinate representation of color #C21157: hue angle of 336.27º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21157 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 87 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.24 |
| HSL | 336.27º | 0.84% | 0.41% | - |
| HSV(B) | 336.27º | 0.91% | 0.76% | - |
| XYZ | 24.17 | 12.56 | 10.17 | - |
| YUV | 77.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 87 | 0 | 0.91 | 0.55 | 0.24 | 336.27 | 0.84 | 0.41 |
| Hex | C2 | 11 | 57 | 0 | 5B | 37 | 18 | 150 | 54 | 29 |
| Octal | 302 | 21 | 127 | 0 | 133 | 67 | 30 | 520 | 124 | 51 |
| Binary | 11000010 | 10001 | 1010111 | 0 | 1011011 | 110111 | 11000 | 101010000 | 1010100 | 101001 |
Color Harmonies of #C21157
Complementary color
Monochromatic Colors of #C21157
Black with #C21157
Text Example
Text Example
White with #C21157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21157; }
p { color: rgb(194,17,87); }
H1.HeaderClassName
{
color: #C21157;
}
.AnyTagClassName
{
color: #C21157;
}
</style>
background-color css
<style>
a { background-color: #C21157; }
a { background-color: rgb(194,17,87); }
div.DivClassName
{
background-color: #C21157;
}
.BgClassName
{
background-color: #C21157;
}
</style>
border-color css
<style>
span { border-color: #C21157; }
span { border-color: rgb(194,17,87); }
td.TdClassName
{
border-color: #C21157;
}
.TagClassName
{
border-color: #C21157;
}
</style>