Shades of Ruby #C21666
Tints of Ruby #C21666
RGB
CMYK
RGB Variations
Color information
#C21666 (or 0xC21666) is known color: Ruby. HEX triplet: C2, 16 and 66. RGB value is (194,22,102). Sum of RGB (Red+Green+Blue) = 194+22+102=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C21666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21666 is #3DE999. Grayscale: #525252. Windows color (decimal): -4057498 or 6690498. OLE color: 6690498.
HSL color Cylindrical-coordinate representation of color #C21666: hue angle of 332.09º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21666 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 102 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.24 |
| HSL | 332.09º | 0.8% | 0.42% | - |
| HSV(B) | 332.09º | 0.89% | 0.76% | - |
| XYZ | 24.93 | 13 | 13.77 | - |
| YUV | 82.55 | 138.98 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 102 | 0 | 0.89 | 0.47 | 0.24 | 332.09 | 0.8 | 0.42 |
| Hex | C2 | 16 | 66 | 0 | 59 | 2F | 18 | 14C | 50 | 2A |
| Octal | 302 | 26 | 146 | 0 | 131 | 57 | 30 | 514 | 120 | 52 |
| Binary | 11000010 | 10110 | 1100110 | 0 | 1011001 | 101111 | 11000 | 101001100 | 1010000 | 101010 |
Color Harmonies of #C21666
Complementary color
Monochromatic Colors of #C21666
Black with #C21666
Text Example
Text Example
White with #C21666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21666; }
p { color: rgb(194,22,102); }
H1.HeaderClassName
{
color: #C21666;
}
.AnyTagClassName
{
color: #C21666;
}
</style>
background-color css
<style>
a { background-color: #C21666; }
a { background-color: rgb(194,22,102); }
div.DivClassName
{
background-color: #C21666;
}
.BgClassName
{
background-color: #C21666;
}
</style>
border-color css
<style>
span { border-color: #C21666; }
span { border-color: rgb(194,22,102); }
td.TdClassName
{
border-color: #C21666;
}
.TagClassName
{
border-color: #C21666;
}
</style>