Shades of Ruby #C61359
Tints of Ruby #C61359
RGB
CMYK
RGB Variations
Color information
#C61359 (or 0xC61359) is known color: Ruby. HEX triplet: C6, 13 and 59. RGB value is (198,19,89). Sum of RGB (Red+Green+Blue) = 198+19+89=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C61359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61359 is #39ECA6. Grayscale: #505050. Windows color (decimal): -3796135 or 5837766. OLE color: 5837766.
HSL color Cylindrical-coordinate representation of color #C61359: hue angle of 336.54º 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 #C61359 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 89 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.22 |
| HSL | 336.54º | 0.82% | 0.43% | - |
| HSV(B) | 336.54º | 0.9% | 0.78% | - |
| XYZ | 25.32 | 13.19 | 10.66 | - |
| YUV | 80.5 | 132.8 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 89 | 0 | 0.90 | 0.55 | 0.22 | 336.54 | 0.82 | 0.43 |
| Hex | C6 | 13 | 59 | 0 | 5A | 37 | 16 | 151 | 52 | 2B |
| Octal | 306 | 23 | 131 | 0 | 132 | 67 | 26 | 521 | 122 | 53 |
| Binary | 11000110 | 10011 | 1011001 | 0 | 1011010 | 110111 | 10110 | 101010001 | 1010010 | 101011 |
Color Harmonies of #C61359
Complementary color
Monochromatic Colors of #C61359
Black with #C61359
Text Example
Text Example
White with #C61359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61359; }
p { color: rgb(198,19,89); }
H1.HeaderClassName
{
color: #C61359;
}
.AnyTagClassName
{
color: #C61359;
}
</style>
background-color css
<style>
a { background-color: #C61359; }
a { background-color: rgb(198,19,89); }
div.DivClassName
{
background-color: #C61359;
}
.BgClassName
{
background-color: #C61359;
}
</style>
border-color css
<style>
span { border-color: #C61359; }
span { border-color: rgb(198,19,89); }
td.TdClassName
{
border-color: #C61359;
}
.TagClassName
{
border-color: #C61359;
}
</style>