Shades of Ruby #C61459
Tints of Ruby #C61459
RGB
CMYK
RGB Variations
Color information
#C61459 (or 0xC61459) is known color: Ruby. HEX triplet: C6, 14 and 59. RGB value is (198,20,89). Sum of RGB (Red+Green+Blue) = 198+20+89=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C61459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61459 is #39EBA6. Grayscale: #505050. Windows color (decimal): -3795879 or 5838022. OLE color: 5838022.
HSL color Cylindrical-coordinate representation of color #C61459: hue angle of 336.74º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61459 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 89 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.22 |
| HSL | 336.74º | 0.82% | 0.43% | - |
| HSV(B) | 336.74º | 0.9% | 0.78% | - |
| XYZ | 25.34 | 13.23 | 10.67 | - |
| YUV | 81.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 89 | 0 | 0.90 | 0.55 | 0.22 | 336.74 | 0.82 | 0.43 |
| Hex | C6 | 14 | 59 | 0 | 5A | 37 | 16 | 151 | 52 | 2B |
| Octal | 306 | 24 | 131 | 0 | 132 | 67 | 26 | 521 | 122 | 53 |
| Binary | 11000110 | 10100 | 1011001 | 0 | 1011010 | 110111 | 10110 | 101010001 | 1010010 | 101011 |
Color Harmonies of #C61459
Complementary color
Monochromatic Colors of #C61459
Black with #C61459
Text Example
Text Example
White with #C61459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61459; }
p { color: rgb(198,20,89); }
H1.HeaderClassName
{
color: #C61459;
}
.AnyTagClassName
{
color: #C61459;
}
</style>
background-color css
<style>
a { background-color: #C61459; }
a { background-color: rgb(198,20,89); }
div.DivClassName
{
background-color: #C61459;
}
.BgClassName
{
background-color: #C61459;
}
</style>
border-color css
<style>
span { border-color: #C61459; }
span { border-color: rgb(198,20,89); }
td.TdClassName
{
border-color: #C61459;
}
.TagClassName
{
border-color: #C61459;
}
</style>