Shades of Ruby #C21053
Tints of Ruby #C21053
RGB
CMYK
RGB Variations
Color information
#C21053 (or 0xC21053) is known color: Ruby. HEX triplet: C2, 10 and 53. RGB value is (194,16,83). Sum of RGB (Red+Green+Blue) = 194+16+83=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C21053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21053 is #3DEFAC. Grayscale: #4C4C4C. Windows color (decimal): -4059053 or 5443778. OLE color: 5443778.
HSL color Cylindrical-coordinate representation of color #C21053: hue angle of 337.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21053 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 83 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.24 |
| HSL | 337.42º | 0.85% | 0.41% | - |
| HSV(B) | 337.42º | 0.92% | 0.76% | - |
| XYZ | 23.99 | 12.46 | 9.32 | - |
| YUV | 76.86 | 131.47 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 83 | 0 | 0.92 | 0.57 | 0.24 | 337.42 | 0.85 | 0.41 |
| Hex | C2 | 10 | 53 | 0 | 5C | 39 | 18 | 151 | 55 | 29 |
| Octal | 302 | 20 | 123 | 0 | 134 | 71 | 30 | 521 | 125 | 51 |
| Binary | 11000010 | 10000 | 1010011 | 0 | 1011100 | 111001 | 11000 | 101010001 | 1010101 | 101001 |
Color Harmonies of #C21053
Complementary color
Monochromatic Colors of #C21053
Black with #C21053
Text Example
Text Example
White with #C21053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21053; }
p { color: rgb(194,16,83); }
H1.HeaderClassName
{
color: #C21053;
}
.AnyTagClassName
{
color: #C21053;
}
</style>
background-color css
<style>
a { background-color: #C21053; }
a { background-color: rgb(194,16,83); }
div.DivClassName
{
background-color: #C21053;
}
.BgClassName
{
background-color: #C21053;
}
</style>
border-color css
<style>
span { border-color: #C21053; }
span { border-color: rgb(194,16,83); }
td.TdClassName
{
border-color: #C21053;
}
.TagClassName
{
border-color: #C21053;
}
</style>