Shades of Ruby #C21456
Tints of Ruby #C21456
RGB
CMYK
RGB Variations
Color information
#C21456 (or 0xC21456) is known color: Ruby. HEX triplet: C2, 14 and 56. RGB value is (194,20,86). Sum of RGB (Red+Green+Blue) = 194+20+86=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21456 is #3DEBA9. Grayscale: #4F4F4F. Windows color (decimal): -4058026 or 5641410. OLE color: 5641410.
HSL color Cylindrical-coordinate representation of color #C21456: hue angle of 337.24º 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 #C21456 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 86 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.24 |
| HSL | 337.24º | 0.81% | 0.42% | - |
| HSV(B) | 337.24º | 0.9% | 0.76% | - |
| XYZ | 24.18 | 12.64 | 9.97 | - |
| YUV | 79.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 86 | 0 | 0.90 | 0.56 | 0.24 | 337.24 | 0.81 | 0.42 |
| Hex | C2 | 14 | 56 | 0 | 5A | 38 | 18 | 151 | 51 | 2A |
| Octal | 302 | 24 | 126 | 0 | 132 | 70 | 30 | 521 | 121 | 52 |
| Binary | 11000010 | 10100 | 1010110 | 0 | 1011010 | 111000 | 11000 | 101010001 | 1010001 | 101010 |
Color Harmonies of #C21456
Complementary color
Monochromatic Colors of #C21456
Black with #C21456
Text Example
Text Example
White with #C21456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21456; }
p { color: rgb(194,20,86); }
H1.HeaderClassName
{
color: #C21456;
}
.AnyTagClassName
{
color: #C21456;
}
</style>
background-color css
<style>
a { background-color: #C21456; }
a { background-color: rgb(194,20,86); }
div.DivClassName
{
background-color: #C21456;
}
.BgClassName
{
background-color: #C21456;
}
</style>
border-color css
<style>
span { border-color: #C21456; }
span { border-color: rgb(194,20,86); }
td.TdClassName
{
border-color: #C21456;
}
.TagClassName
{
border-color: #C21456;
}
</style>