Shades of Ruby #C21257
Tints of Ruby #C21257
RGB
CMYK
RGB Variations
Color information
#C21257 (or 0xC21257) is known color: Ruby. HEX triplet: C2, 12 and 57. RGB value is (194,18,87). Sum of RGB (Red+Green+Blue) = 194+18+87=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C21257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21257 is #3DEDA8. Grayscale: #4E4E4E. Windows color (decimal): -4058537 or 5706434. OLE color: 5706434.
HSL color Cylindrical-coordinate representation of color #C21257: hue angle of 336.48º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21257 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 87 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.24 |
| HSL | 336.48º | 0.83% | 0.42% | - |
| HSV(B) | 336.48º | 0.91% | 0.76% | - |
| XYZ | 24.18 | 12.59 | 10.17 | - |
| YUV | 78.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 87 | 0 | 0.91 | 0.55 | 0.24 | 336.48 | 0.83 | 0.42 |
| Hex | C2 | 12 | 57 | 0 | 5B | 37 | 18 | 150 | 53 | 2A |
| Octal | 302 | 22 | 127 | 0 | 133 | 67 | 30 | 520 | 123 | 52 |
| Binary | 11000010 | 10010 | 1010111 | 0 | 1011011 | 110111 | 11000 | 101010000 | 1010011 | 101010 |
Color Harmonies of #C21257
Complementary color
Monochromatic Colors of #C21257
Black with #C21257
Text Example
Text Example
White with #C21257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21257; }
p { color: rgb(194,18,87); }
H1.HeaderClassName
{
color: #C21257;
}
.AnyTagClassName
{
color: #C21257;
}
</style>
background-color css
<style>
a { background-color: #C21257; }
a { background-color: rgb(194,18,87); }
div.DivClassName
{
background-color: #C21257;
}
.BgClassName
{
background-color: #C21257;
}
</style>
border-color css
<style>
span { border-color: #C21257; }
span { border-color: rgb(194,18,87); }
td.TdClassName
{
border-color: #C21257;
}
.TagClassName
{
border-color: #C21257;
}
</style>