Shades of Ruby #C21459
Tints of Ruby #C21459
RGB
CMYK
RGB Variations
Color information
#C21459 (or 0xC21459) is known color: Ruby. HEX triplet: C2, 14 and 59. RGB value is (194,20,89). Sum of RGB (Red+Green+Blue) = 194+20+89=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C21459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21459 is #3DEBA6. Grayscale: #4F4F4F. Windows color (decimal): -4058023 or 5838018. OLE color: 5838018.
HSL color Cylindrical-coordinate representation of color #C21459: hue angle of 336.21º degrees, saturation: 0.81, 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 #C21459 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 89 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.24 |
| HSL | 336.21º | 0.81% | 0.42% | - |
| HSV(B) | 336.21º | 0.9% | 0.76% | - |
| XYZ | 24.3 | 12.69 | 10.62 | - |
| YUV | 79.89 | 133.15 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 89 | 0 | 0.90 | 0.54 | 0.24 | 336.21 | 0.81 | 0.42 |
| Hex | C2 | 14 | 59 | 0 | 5A | 36 | 18 | 150 | 51 | 2A |
| Octal | 302 | 24 | 131 | 0 | 132 | 66 | 30 | 520 | 121 | 52 |
| Binary | 11000010 | 10100 | 1011001 | 0 | 1011010 | 110110 | 11000 | 101010000 | 1010001 | 101010 |
Color Harmonies of #C21459
Complementary color
Monochromatic Colors of #C21459
Black with #C21459
Text Example
Text Example
White with #C21459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21459; }
p { color: rgb(194,20,89); }
H1.HeaderClassName
{
color: #C21459;
}
.AnyTagClassName
{
color: #C21459;
}
</style>
background-color css
<style>
a { background-color: #C21459; }
a { background-color: rgb(194,20,89); }
div.DivClassName
{
background-color: #C21459;
}
.BgClassName
{
background-color: #C21459;
}
</style>
border-color css
<style>
span { border-color: #C21459; }
span { border-color: rgb(194,20,89); }
td.TdClassName
{
border-color: #C21459;
}
.TagClassName
{
border-color: #C21459;
}
</style>