Shades of Ruby #C21763
Tints of Ruby #C21763
RGB
CMYK
RGB Variations
Color information
#C21763 (or 0xC21763) is known color: Ruby. HEX triplet: C2, 17 and 63. RGB value is (194,23,99). Sum of RGB (Red+Green+Blue) = 194+23+99=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C21763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21763 is #3DE89C. Grayscale: #525252. Windows color (decimal): -4057245 or 6494146. OLE color: 6494146.
HSL color Cylindrical-coordinate representation of color #C21763: hue angle of 333.33º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21763 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 99 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.24 |
| HSL | 333.33º | 0.79% | 0.43% | - |
| HSV(B) | 333.33º | 0.88% | 0.76% | - |
| XYZ | 24.81 | 12.98 | 13 | - |
| YUV | 82.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 99 | 0 | 0.88 | 0.49 | 0.24 | 333.33 | 0.79 | 0.43 |
| Hex | C2 | 17 | 63 | 0 | 58 | 31 | 18 | 14D | 4F | 2B |
| Octal | 302 | 27 | 143 | 0 | 130 | 61 | 30 | 515 | 117 | 53 |
| Binary | 11000010 | 10111 | 1100011 | 0 | 1011000 | 110001 | 11000 | 101001101 | 1001111 | 101011 |
Color Harmonies of #C21763
Complementary color
Monochromatic Colors of #C21763
Black with #C21763
Text Example
Text Example
White with #C21763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21763; }
p { color: rgb(194,23,99); }
H1.HeaderClassName
{
color: #C21763;
}
.AnyTagClassName
{
color: #C21763;
}
</style>
background-color css
<style>
a { background-color: #C21763; }
a { background-color: rgb(194,23,99); }
div.DivClassName
{
background-color: #C21763;
}
.BgClassName
{
background-color: #C21763;
}
</style>
border-color css
<style>
span { border-color: #C21763; }
span { border-color: rgb(194,23,99); }
td.TdClassName
{
border-color: #C21763;
}
.TagClassName
{
border-color: #C21763;
}
</style>