Shades of Ruby #C61858
Tints of Ruby #C61858
RGB
CMYK
RGB Variations
Color information
#C61858 (or 0xC61858) is known color: Ruby. HEX triplet: C6, 18 and 58. RGB value is (198,24,88). Sum of RGB (Red+Green+Blue) = 198+24+88=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C61858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61858 is #39E7A7. Grayscale: #535353. Windows color (decimal): -3794856 or 5773510. OLE color: 5773510.
HSL color Cylindrical-coordinate representation of color #C61858: hue angle of 337.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61858 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 88 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.22 |
| HSL | 337.93º | 0.78% | 0.44% | - |
| HSV(B) | 337.93º | 0.88% | 0.78% | - |
| XYZ | 25.38 | 13.36 | 10.47 | - |
| YUV | 83.32 | 130.65 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 88 | 0 | 0.88 | 0.56 | 0.22 | 337.93 | 0.78 | 0.44 |
| Hex | C6 | 18 | 58 | 0 | 58 | 38 | 16 | 152 | 4E | 2C |
| Octal | 306 | 30 | 130 | 0 | 130 | 70 | 26 | 522 | 116 | 54 |
| Binary | 11000110 | 11000 | 1011000 | 0 | 1011000 | 111000 | 10110 | 101010010 | 1001110 | 101100 |
Color Harmonies of #C61858
Complementary color
Monochromatic Colors of #C61858
Black with #C61858
Text Example
Text Example
White with #C61858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61858; }
p { color: rgb(198,24,88); }
H1.HeaderClassName
{
color: #C61858;
}
.AnyTagClassName
{
color: #C61858;
}
</style>
background-color css
<style>
a { background-color: #C61858; }
a { background-color: rgb(198,24,88); }
div.DivClassName
{
background-color: #C61858;
}
.BgClassName
{
background-color: #C61858;
}
</style>
border-color css
<style>
span { border-color: #C61858; }
span { border-color: rgb(198,24,88); }
td.TdClassName
{
border-color: #C61858;
}
.TagClassName
{
border-color: #C61858;
}
</style>