Shades of Ruby #C21566
Tints of Ruby #C21566
RGB
CMYK
RGB Variations
Color information
#C21566 (or 0xC21566) is known color: Ruby. HEX triplet: C2, 15 and 66. RGB value is (194,21,102). Sum of RGB (Red+Green+Blue) = 194+21+102=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C21566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21566 is #3DEA99. Grayscale: #515151. Windows color (decimal): -4057754 or 6690242. OLE color: 6690242.
HSL color Cylindrical-coordinate representation of color #C21566: hue angle of 331.91º 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 #C21566 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 102 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.24 |
| HSL | 331.91º | 0.8% | 0.42% | - |
| HSV(B) | 331.91º | 0.89% | 0.76% | - |
| XYZ | 24.91 | 12.96 | 13.76 | - |
| YUV | 81.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 102 | 0 | 0.89 | 0.47 | 0.24 | 331.91 | 0.8 | 0.42 |
| Hex | C2 | 15 | 66 | 0 | 59 | 2F | 18 | 14C | 50 | 2A |
| Octal | 302 | 25 | 146 | 0 | 131 | 57 | 30 | 514 | 120 | 52 |
| Binary | 11000010 | 10101 | 1100110 | 0 | 1011001 | 101111 | 11000 | 101001100 | 1010000 | 101010 |
Color Harmonies of #C21566
Complementary color
Monochromatic Colors of #C21566
Black with #C21566
Text Example
Text Example
White with #C21566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21566; }
p { color: rgb(194,21,102); }
H1.HeaderClassName
{
color: #C21566;
}
.AnyTagClassName
{
color: #C21566;
}
</style>
background-color css
<style>
a { background-color: #C21566; }
a { background-color: rgb(194,21,102); }
div.DivClassName
{
background-color: #C21566;
}
.BgClassName
{
background-color: #C21566;
}
</style>
border-color css
<style>
span { border-color: #C21566; }
span { border-color: rgb(194,21,102); }
td.TdClassName
{
border-color: #C21566;
}
.TagClassName
{
border-color: #C21566;
}
</style>