Shades of Ruby #C21462
Tints of Ruby #C21462
RGB
CMYK
RGB Variations
Color information
#C21462 (or 0xC21462) is known color: Ruby. HEX triplet: C2, 14 and 62. RGB value is (194,20,98). Sum of RGB (Red+Green+Blue) = 194+20+98=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21462 is #3DEB9D. Grayscale: #505050. Windows color (decimal): -4058014 or 6427842. OLE color: 6427842.
HSL color Cylindrical-coordinate representation of color #C21462: hue angle of 333.1º 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 #C21462 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 98 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.24 |
| HSL | 333.1º | 0.81% | 0.42% | - |
| HSV(B) | 333.1º | 0.9% | 0.76% | - |
| XYZ | 24.7 | 12.85 | 12.73 | - |
| YUV | 80.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 98 | 0 | 0.90 | 0.49 | 0.24 | 333.1 | 0.81 | 0.42 |
| Hex | C2 | 14 | 62 | 0 | 5A | 31 | 18 | 14D | 51 | 2A |
| Octal | 302 | 24 | 142 | 0 | 132 | 61 | 30 | 515 | 121 | 52 |
| Binary | 11000010 | 10100 | 1100010 | 0 | 1011010 | 110001 | 11000 | 101001101 | 1010001 | 101010 |
Color Harmonies of #C21462
Complementary color
Monochromatic Colors of #C21462
Black with #C21462
Text Example
Text Example
White with #C21462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21462; }
p { color: rgb(194,20,98); }
H1.HeaderClassName
{
color: #C21462;
}
.AnyTagClassName
{
color: #C21462;
}
</style>
background-color css
<style>
a { background-color: #C21462; }
a { background-color: rgb(194,20,98); }
div.DivClassName
{
background-color: #C21462;
}
.BgClassName
{
background-color: #C21462;
}
</style>
border-color css
<style>
span { border-color: #C21462; }
span { border-color: rgb(194,20,98); }
td.TdClassName
{
border-color: #C21462;
}
.TagClassName
{
border-color: #C21462;
}
</style>