Shades of Ruby #C51253
Tints of Ruby #C51253
RGB
CMYK
RGB Variations
Color information
#C51253 (or 0xC51253) is known color: Ruby. HEX triplet: C5, 12 and 53. RGB value is (197,18,83). Sum of RGB (Red+Green+Blue) = 197+18+83=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C51253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51253 is #3AEDAC. Grayscale: #4E4E4E. Windows color (decimal): -3861933 or 5444293. OLE color: 5444293.
HSL color Cylindrical-coordinate representation of color #C51253: hue angle of 338.21º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51253 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.23 |
| HSL | 338.21º | 0.83% | 0.42% | - |
| HSV(B) | 338.21º | 0.91% | 0.77% | - |
| XYZ | 24.8 | 12.93 | 9.37 | - |
| YUV | 78.93 | 130.3 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 83 | 0 | 0.91 | 0.58 | 0.23 | 338.21 | 0.83 | 0.42 |
| Hex | C5 | 12 | 53 | 0 | 5B | 3A | 17 | 152 | 53 | 2A |
| Octal | 305 | 22 | 123 | 0 | 133 | 72 | 27 | 522 | 123 | 52 |
| Binary | 11000101 | 10010 | 1010011 | 0 | 1011011 | 111010 | 10111 | 101010010 | 1010011 | 101010 |
Color Harmonies of #C51253
Complementary color
Monochromatic Colors of #C51253
Black with #C51253
Text Example
Text Example
White with #C51253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51253; }
p { color: rgb(197,18,83); }
H1.HeaderClassName
{
color: #C51253;
}
.AnyTagClassName
{
color: #C51253;
}
</style>
background-color css
<style>
a { background-color: #C51253; }
a { background-color: rgb(197,18,83); }
div.DivClassName
{
background-color: #C51253;
}
.BgClassName
{
background-color: #C51253;
}
</style>
border-color css
<style>
span { border-color: #C51253; }
span { border-color: rgb(197,18,83); }
td.TdClassName
{
border-color: #C51253;
}
.TagClassName
{
border-color: #C51253;
}
</style>