Shades of Ruby #C50753
Tints of Ruby #C50753
RGB
CMYK
RGB Variations
Color information
#C50753 (or 0xC50753) is known color: Ruby. HEX triplet: C5, 07 and 53. RGB value is (197,7,83). Sum of RGB (Red+Green+Blue) = 197+7+83=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C50753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50753 is #3AF8AC. Grayscale: #484848. Windows color (decimal): -3864749 or 5441477. OLE color: 5441477.
HSL color Cylindrical-coordinate representation of color #C50753: hue angle of 336º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50753 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.23 |
| HSL | 336º | 0.93% | 0.4% | - |
| HSV(B) | 336º | 0.96% | 0.77% | - |
| XYZ | 24.66 | 12.65 | 9.32 | - |
| YUV | 72.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 83 | 0 | 0.96 | 0.58 | 0.23 | 336 | 0.93 | 0.4 |
| Hex | C5 | 7 | 53 | 0 | 60 | 3A | 17 | 150 | 5D | 28 |
| Octal | 305 | 7 | 123 | 0 | 140 | 72 | 27 | 520 | 135 | 50 |
| Binary | 11000101 | 111 | 1010011 | 0 | 1100000 | 111010 | 10111 | 101010000 | 1011101 | 101000 |
Color Harmonies of #C50753
Complementary color
Monochromatic Colors of #C50753
Black with #C50753
Text Example
Text Example
White with #C50753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50753; }
p { color: rgb(197,7,83); }
H1.HeaderClassName
{
color: #C50753;
}
.AnyTagClassName
{
color: #C50753;
}
</style>
background-color css
<style>
a { background-color: #C50753; }
a { background-color: rgb(197,7,83); }
div.DivClassName
{
background-color: #C50753;
}
.BgClassName
{
background-color: #C50753;
}
</style>
border-color css
<style>
span { border-color: #C50753; }
span { border-color: rgb(197,7,83); }
td.TdClassName
{
border-color: #C50753;
}
.TagClassName
{
border-color: #C50753;
}
</style>