Shades of Ruby #C21659
Tints of Ruby #C21659
RGB
CMYK
RGB Variations
Color information
#C21659 (or 0xC21659) is known color: Ruby. HEX triplet: C2, 16 and 59. RGB value is (194,22,89). Sum of RGB (Red+Green+Blue) = 194+22+89=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C21659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21659 is #3DE9A6. Grayscale: #505050. Windows color (decimal): -4057511 or 5838530. OLE color: 5838530.
HSL color Cylindrical-coordinate representation of color #C21659: hue angle of 336.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21659 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 89 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.24 |
| HSL | 336.63º | 0.8% | 0.42% | - |
| HSV(B) | 336.63º | 0.89% | 0.76% | - |
| XYZ | 24.34 | 12.76 | 10.63 | - |
| YUV | 81.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 89 | 0 | 0.89 | 0.54 | 0.24 | 336.63 | 0.8 | 0.42 |
| Hex | C2 | 16 | 59 | 0 | 59 | 36 | 18 | 151 | 50 | 2A |
| Octal | 302 | 26 | 131 | 0 | 131 | 66 | 30 | 521 | 120 | 52 |
| Binary | 11000010 | 10110 | 1011001 | 0 | 1011001 | 110110 | 11000 | 101010001 | 1010000 | 101010 |
Color Harmonies of #C21659
Complementary color
Monochromatic Colors of #C21659
Black with #C21659
Text Example
Text Example
White with #C21659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21659; }
p { color: rgb(194,22,89); }
H1.HeaderClassName
{
color: #C21659;
}
.AnyTagClassName
{
color: #C21659;
}
</style>
background-color css
<style>
a { background-color: #C21659; }
a { background-color: rgb(194,22,89); }
div.DivClassName
{
background-color: #C21659;
}
.BgClassName
{
background-color: #C21659;
}
</style>
border-color css
<style>
span { border-color: #C21659; }
span { border-color: rgb(194,22,89); }
td.TdClassName
{
border-color: #C21659;
}
.TagClassName
{
border-color: #C21659;
}
</style>