Shades of Ruby #C51252
Tints of Ruby #C51252
RGB
CMYK
RGB Variations
Color information
#C51252 (or 0xC51252) is known color: Ruby. HEX triplet: C5, 12 and 52. RGB value is (197,18,82). Sum of RGB (Red+Green+Blue) = 197+18+82=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C51252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51252 is #3AEDAD. Grayscale: #4E4E4E. Windows color (decimal): -3861934 or 5378757. OLE color: 5378757.
HSL color Cylindrical-coordinate representation of color #C51252: hue angle of 338.55º 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 #C51252 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 82 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.23 |
| HSL | 338.55º | 0.83% | 0.42% | - |
| HSV(B) | 338.55º | 0.91% | 0.77% | - |
| XYZ | 24.77 | 12.91 | 9.17 | - |
| YUV | 78.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 82 | 0 | 0.91 | 0.58 | 0.23 | 338.55 | 0.83 | 0.42 |
| Hex | C5 | 12 | 52 | 0 | 5B | 3A | 17 | 153 | 53 | 2A |
| Octal | 305 | 22 | 122 | 0 | 133 | 72 | 27 | 523 | 123 | 52 |
| Binary | 11000101 | 10010 | 1010010 | 0 | 1011011 | 111010 | 10111 | 101010011 | 1010011 | 101010 |
Color Harmonies of #C51252
Complementary color
Monochromatic Colors of #C51252
Black with #C51252
Text Example
Text Example
White with #C51252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51252; }
p { color: rgb(197,18,82); }
H1.HeaderClassName
{
color: #C51252;
}
.AnyTagClassName
{
color: #C51252;
}
</style>
background-color css
<style>
a { background-color: #C51252; }
a { background-color: rgb(197,18,82); }
div.DivClassName
{
background-color: #C51252;
}
.BgClassName
{
background-color: #C51252;
}
</style>
border-color css
<style>
span { border-color: #C51252; }
span { border-color: rgb(197,18,82); }
td.TdClassName
{
border-color: #C51252;
}
.TagClassName
{
border-color: #C51252;
}
</style>