Shades of Ruby #C21261
Tints of Ruby #C21261
RGB
CMYK
RGB Variations
Color information
#C21261 (or 0xC21261) is known color: Ruby. HEX triplet: C2, 12 and 61. RGB value is (194,18,97). Sum of RGB (Red+Green+Blue) = 194+18+97=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C21261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21261 is #3DED9E. Grayscale: #4F4F4F. Windows color (decimal): -4058527 or 6361794. OLE color: 6361794.
HSL color Cylindrical-coordinate representation of color #C21261: hue angle of 333.07º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21261 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 97 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.24 |
| HSL | 333.07º | 0.83% | 0.42% | - |
| HSV(B) | 333.07º | 0.91% | 0.76% | - |
| XYZ | 24.62 | 12.77 | 12.48 | - |
| YUV | 79.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 97 | 0 | 0.91 | 0.50 | 0.24 | 333.07 | 0.83 | 0.42 |
| Hex | C2 | 12 | 61 | 0 | 5B | 32 | 18 | 14D | 53 | 2A |
| Octal | 302 | 22 | 141 | 0 | 133 | 62 | 30 | 515 | 123 | 52 |
| Binary | 11000010 | 10010 | 1100001 | 0 | 1011011 | 110010 | 11000 | 101001101 | 1010011 | 101010 |
Color Harmonies of #C21261
Complementary color
Monochromatic Colors of #C21261
Black with #C21261
Text Example
Text Example
White with #C21261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21261; }
p { color: rgb(194,18,97); }
H1.HeaderClassName
{
color: #C21261;
}
.AnyTagClassName
{
color: #C21261;
}
</style>
background-color css
<style>
a { background-color: #C21261; }
a { background-color: rgb(194,18,97); }
div.DivClassName
{
background-color: #C21261;
}
.BgClassName
{
background-color: #C21261;
}
</style>
border-color css
<style>
span { border-color: #C21261; }
span { border-color: rgb(194,18,97); }
td.TdClassName
{
border-color: #C21261;
}
.TagClassName
{
border-color: #C21261;
}
</style>