Shades of Ruby #C51153
Tints of Ruby #C51153
RGB
CMYK
RGB Variations
Color information
#C51153 (or 0xC51153) is known color: Ruby. HEX triplet: C5, 11 and 53. RGB value is (197,17,83). Sum of RGB (Red+Green+Blue) = 197+17+83=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C51153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51153 is #3AEEAC. Grayscale: #4E4E4E. Windows color (decimal): -3862189 or 5444037. OLE color: 5444037.
HSL color Cylindrical-coordinate representation of color #C51153: hue angle of 338º degrees, saturation: 0.84, 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 #C51153 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.23 |
| HSL | 338º | 0.84% | 0.42% | - |
| HSV(B) | 338º | 0.91% | 0.77% | - |
| XYZ | 24.79 | 12.9 | 9.37 | - |
| YUV | 78.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 83 | 0 | 0.91 | 0.58 | 0.23 | 338 | 0.84 | 0.42 |
| Hex | C5 | 11 | 53 | 0 | 5B | 3A | 17 | 152 | 54 | 2A |
| Octal | 305 | 21 | 123 | 0 | 133 | 72 | 27 | 522 | 124 | 52 |
| Binary | 11000101 | 10001 | 1010011 | 0 | 1011011 | 111010 | 10111 | 101010010 | 1010100 | 101010 |
Color Harmonies of #C51153
Complementary color
Monochromatic Colors of #C51153
Black with #C51153
Text Example
Text Example
White with #C51153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51153; }
p { color: rgb(197,17,83); }
H1.HeaderClassName
{
color: #C51153;
}
.AnyTagClassName
{
color: #C51153;
}
</style>
background-color css
<style>
a { background-color: #C51153; }
a { background-color: rgb(197,17,83); }
div.DivClassName
{
background-color: #C51153;
}
.BgClassName
{
background-color: #C51153;
}
</style>
border-color css
<style>
span { border-color: #C51153; }
span { border-color: rgb(197,17,83); }
td.TdClassName
{
border-color: #C51153;
}
.TagClassName
{
border-color: #C51153;
}
</style>