Shades of Ruby #C21360
Tints of Ruby #C21360
RGB
CMYK
RGB Variations
Color information
#C21360 (or 0xC21360) is known color: Ruby. HEX triplet: C2, 13 and 60. RGB value is (194,19,96). Sum of RGB (Red+Green+Blue) = 194+19+96=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C21360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21360 is #3DEC9F. Grayscale: #4F4F4F. Windows color (decimal): -4058272 or 6296514. OLE color: 6296514.
HSL color Cylindrical-coordinate representation of color #C21360: hue angle of 333.6º degrees, saturation: 0.82, 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 #C21360 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 96 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.24 |
| HSL | 333.6º | 0.82% | 0.42% | - |
| HSV(B) | 333.6º | 0.9% | 0.76% | - |
| XYZ | 24.59 | 12.78 | 12.24 | - |
| YUV | 80.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 96 | 0 | 0.90 | 0.51 | 0.24 | 333.6 | 0.82 | 0.42 |
| Hex | C2 | 13 | 60 | 0 | 5A | 33 | 18 | 14E | 52 | 2A |
| Octal | 302 | 23 | 140 | 0 | 132 | 63 | 30 | 516 | 122 | 52 |
| Binary | 11000010 | 10011 | 1100000 | 0 | 1011010 | 110011 | 11000 | 101001110 | 1010010 | 101010 |
Color Harmonies of #C21360
Complementary color
Monochromatic Colors of #C21360
Black with #C21360
Text Example
Text Example
White with #C21360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21360; }
p { color: rgb(194,19,96); }
H1.HeaderClassName
{
color: #C21360;
}
.AnyTagClassName
{
color: #C21360;
}
</style>
background-color css
<style>
a { background-color: #C21360; }
a { background-color: rgb(194,19,96); }
div.DivClassName
{
background-color: #C21360;
}
.BgClassName
{
background-color: #C21360;
}
</style>
border-color css
<style>
span { border-color: #C21360; }
span { border-color: rgb(194,19,96); }
td.TdClassName
{
border-color: #C21360;
}
.TagClassName
{
border-color: #C21360;
}
</style>