Shades of Ruby #C21361
Tints of Ruby #C21361
RGB
CMYK
RGB Variations
Color information
#C21361 (or 0xC21361) is known color: Ruby. HEX triplet: C2, 13 and 61. RGB value is (194,19,97). Sum of RGB (Red+Green+Blue) = 194+19+97=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C21361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21361 is #3DEC9E. Grayscale: #505050. Windows color (decimal): -4058271 or 6362050. OLE color: 6362050.
HSL color Cylindrical-coordinate representation of color #C21361: hue angle of 333.26º 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 #C21361 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 97 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.24 |
| HSL | 333.26º | 0.82% | 0.42% | - |
| HSV(B) | 333.26º | 0.9% | 0.76% | - |
| XYZ | 24.64 | 12.8 | 12.48 | - |
| YUV | 80.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 97 | 0 | 0.90 | 0.50 | 0.24 | 333.26 | 0.82 | 0.42 |
| Hex | C2 | 13 | 61 | 0 | 5A | 32 | 18 | 14D | 52 | 2A |
| Octal | 302 | 23 | 141 | 0 | 132 | 62 | 30 | 515 | 122 | 52 |
| Binary | 11000010 | 10011 | 1100001 | 0 | 1011010 | 110010 | 11000 | 101001101 | 1010010 | 101010 |
Color Harmonies of #C21361
Complementary color
Monochromatic Colors of #C21361
Black with #C21361
Text Example
Text Example
White with #C21361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21361; }
p { color: rgb(194,19,97); }
H1.HeaderClassName
{
color: #C21361;
}
.AnyTagClassName
{
color: #C21361;
}
</style>
background-color css
<style>
a { background-color: #C21361; }
a { background-color: rgb(194,19,97); }
div.DivClassName
{
background-color: #C21361;
}
.BgClassName
{
background-color: #C21361;
}
</style>
border-color css
<style>
span { border-color: #C21361; }
span { border-color: rgb(194,19,97); }
td.TdClassName
{
border-color: #C21361;
}
.TagClassName
{
border-color: #C21361;
}
</style>