Shades of Ruby #C21960
Tints of Ruby #C21960
RGB
CMYK
RGB Variations
Color information
#C21960 (or 0xC21960) is known color: Ruby. HEX triplet: C2, 19 and 60. RGB value is (194,25,96). Sum of RGB (Red+Green+Blue) = 194+25+96=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21960 is #3DE69F. Grayscale: #535353. Windows color (decimal): -4056736 or 6298050. OLE color: 6298050.
HSL color Cylindrical-coordinate representation of color #C21960: hue angle of 334.79º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21960 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 96 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.24 |
| HSL | 334.79º | 0.77% | 0.43% | - |
| HSV(B) | 334.79º | 0.87% | 0.76% | - |
| XYZ | 24.71 | 13.01 | 12.28 | - |
| YUV | 83.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 96 | 0 | 0.87 | 0.51 | 0.24 | 334.79 | 0.77 | 0.43 |
| Hex | C2 | 19 | 60 | 0 | 57 | 33 | 18 | 14F | 4D | 2B |
| Octal | 302 | 31 | 140 | 0 | 127 | 63 | 30 | 517 | 115 | 53 |
| Binary | 11000010 | 11001 | 1100000 | 0 | 1010111 | 110011 | 11000 | 101001111 | 1001101 | 101011 |
Color Harmonies of #C21960
Complementary color
Monochromatic Colors of #C21960
Black with #C21960
Text Example
Text Example
White with #C21960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21960; }
p { color: rgb(194,25,96); }
H1.HeaderClassName
{
color: #C21960;
}
.AnyTagClassName
{
color: #C21960;
}
</style>
background-color css
<style>
a { background-color: #C21960; }
a { background-color: rgb(194,25,96); }
div.DivClassName
{
background-color: #C21960;
}
.BgClassName
{
background-color: #C21960;
}
</style>
border-color css
<style>
span { border-color: #C21960; }
span { border-color: rgb(194,25,96); }
td.TdClassName
{
border-color: #C21960;
}
.TagClassName
{
border-color: #C21960;
}
</style>