Shades of Ruby #C21362
Tints of Ruby #C21362
RGB
CMYK
RGB Variations
Color information
#C21362 (or 0xC21362) is known color: Ruby. HEX triplet: C2, 13 and 62. RGB value is (194,19,98). Sum of RGB (Red+Green+Blue) = 194+19+98=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C21362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21362 is #3DEC9D. Grayscale: #505050. Windows color (decimal): -4058270 or 6427586. OLE color: 6427586.
HSL color Cylindrical-coordinate representation of color #C21362: hue angle of 332.91º 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 #C21362 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 98 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.24 |
| HSL | 332.91º | 0.82% | 0.42% | - |
| HSV(B) | 332.91º | 0.9% | 0.76% | - |
| XYZ | 24.69 | 12.82 | 12.73 | - |
| YUV | 80.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 98 | 0 | 0.90 | 0.49 | 0.24 | 332.91 | 0.82 | 0.42 |
| Hex | C2 | 13 | 62 | 0 | 5A | 31 | 18 | 14D | 52 | 2A |
| Octal | 302 | 23 | 142 | 0 | 132 | 61 | 30 | 515 | 122 | 52 |
| Binary | 11000010 | 10011 | 1100010 | 0 | 1011010 | 110001 | 11000 | 101001101 | 1010010 | 101010 |
Color Harmonies of #C21362
Complementary color
Monochromatic Colors of #C21362
Black with #C21362
Text Example
Text Example
White with #C21362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21362; }
p { color: rgb(194,19,98); }
H1.HeaderClassName
{
color: #C21362;
}
.AnyTagClassName
{
color: #C21362;
}
</style>
background-color css
<style>
a { background-color: #C21362; }
a { background-color: rgb(194,19,98); }
div.DivClassName
{
background-color: #C21362;
}
.BgClassName
{
background-color: #C21362;
}
</style>
border-color css
<style>
span { border-color: #C21362; }
span { border-color: rgb(194,19,98); }
td.TdClassName
{
border-color: #C21362;
}
.TagClassName
{
border-color: #C21362;
}
</style>