Shades of Ruby #C50D53
Tints of Ruby #C50D53
RGB
CMYK
RGB Variations
Color information
#C50D53 (or 0xC50D53) is known color: Ruby. HEX triplet: C5, 0D and 53. RGB value is (197,13,83). Sum of RGB (Red+Green+Blue) = 197+13+83=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D53 is #3AF2AC. Grayscale: #4B4B4B. Windows color (decimal): -3863213 or 5443013. OLE color: 5443013.
HSL color Cylindrical-coordinate representation of color #C50D53: hue angle of 337.17º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D53 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 83 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.23 |
| HSL | 337.17º | 0.88% | 0.41% | - |
| HSV(B) | 337.17º | 0.93% | 0.77% | - |
| XYZ | 24.73 | 12.78 | 9.35 | - |
| YUV | 76 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 83 | 0 | 0.93 | 0.58 | 0.23 | 337.17 | 0.88 | 0.41 |
| Hex | C5 | D | 53 | 0 | 5D | 3A | 17 | 151 | 58 | 29 |
| Octal | 305 | 15 | 123 | 0 | 135 | 72 | 27 | 521 | 130 | 51 |
| Binary | 11000101 | 1101 | 1010011 | 0 | 1011101 | 111010 | 10111 | 101010001 | 1011000 | 101001 |
Color Harmonies of #C50D53
Complementary color
Monochromatic Colors of #C50D53
Black with #C50D53
Text Example
Text Example
White with #C50D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D53; }
p { color: rgb(197,13,83); }
H1.HeaderClassName
{
color: #C50D53;
}
.AnyTagClassName
{
color: #C50D53;
}
</style>
background-color css
<style>
a { background-color: #C50D53; }
a { background-color: rgb(197,13,83); }
div.DivClassName
{
background-color: #C50D53;
}
.BgClassName
{
background-color: #C50D53;
}
</style>
border-color css
<style>
span { border-color: #C50D53; }
span { border-color: rgb(197,13,83); }
td.TdClassName
{
border-color: #C50D53;
}
.TagClassName
{
border-color: #C50D53;
}
</style>