Shades of Ruby #C51458
Tints of Ruby #C51458
RGB
CMYK
RGB Variations
Color information
#C51458 (or 0xC51458) is known color: Ruby. HEX triplet: C5, 14 and 58. RGB value is (197,20,88). Sum of RGB (Red+Green+Blue) = 197+20+88=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C51458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51458 is #3AEBA7. Grayscale: #505050. Windows color (decimal): -3861416 or 5772485. OLE color: 5772485.
HSL color Cylindrical-coordinate representation of color #C51458: hue angle of 336.95º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51458 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 88 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.23 |
| HSL | 336.95º | 0.82% | 0.43% | - |
| HSV(B) | 336.95º | 0.9% | 0.77% | - |
| XYZ | 25.04 | 13.08 | 10.44 | - |
| YUV | 80.68 | 132.14 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 88 | 0 | 0.90 | 0.55 | 0.23 | 336.95 | 0.82 | 0.43 |
| Hex | C5 | 14 | 58 | 0 | 5A | 37 | 17 | 151 | 52 | 2B |
| Octal | 305 | 24 | 130 | 0 | 132 | 67 | 27 | 521 | 122 | 53 |
| Binary | 11000101 | 10100 | 1011000 | 0 | 1011010 | 110111 | 10111 | 101010001 | 1010010 | 101011 |
Color Harmonies of #C51458
Complementary color
Monochromatic Colors of #C51458
Black with #C51458
Text Example
Text Example
White with #C51458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51458; }
p { color: rgb(197,20,88); }
H1.HeaderClassName
{
color: #C51458;
}
.AnyTagClassName
{
color: #C51458;
}
</style>
background-color css
<style>
a { background-color: #C51458; }
a { background-color: rgb(197,20,88); }
div.DivClassName
{
background-color: #C51458;
}
.BgClassName
{
background-color: #C51458;
}
</style>
border-color css
<style>
span { border-color: #C51458; }
span { border-color: rgb(197,20,88); }
td.TdClassName
{
border-color: #C51458;
}
.TagClassName
{
border-color: #C51458;
}
</style>