Shades of Ruby #C61353
Tints of Ruby #C61353
RGB
CMYK
RGB Variations
Color information
#C61353 (or 0xC61353) is known color: Ruby. HEX triplet: C6, 13 and 53. RGB value is (198,19,83). Sum of RGB (Red+Green+Blue) = 198+19+83=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C61353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61353 is #39ECAC. Grayscale: #4F4F4F. Windows color (decimal): -3796141 or 5444550. OLE color: 5444550.
HSL color Cylindrical-coordinate representation of color #C61353: hue angle of 338.55º 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 #C61353 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 83 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.22 |
| HSL | 338.55º | 0.82% | 0.43% | - |
| HSV(B) | 338.55º | 0.9% | 0.78% | - |
| XYZ | 25.08 | 13.1 | 9.39 | - |
| YUV | 79.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 83 | 0 | 0.90 | 0.58 | 0.22 | 338.55 | 0.82 | 0.43 |
| Hex | C6 | 13 | 53 | 0 | 5A | 3A | 16 | 153 | 52 | 2B |
| Octal | 306 | 23 | 123 | 0 | 132 | 72 | 26 | 523 | 122 | 53 |
| Binary | 11000110 | 10011 | 1010011 | 0 | 1011010 | 111010 | 10110 | 101010011 | 1010010 | 101011 |
Color Harmonies of #C61353
Complementary color
Monochromatic Colors of #C61353
Black with #C61353
Text Example
Text Example
White with #C61353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61353; }
p { color: rgb(198,19,83); }
H1.HeaderClassName
{
color: #C61353;
}
.AnyTagClassName
{
color: #C61353;
}
</style>
background-color css
<style>
a { background-color: #C61353; }
a { background-color: rgb(198,19,83); }
div.DivClassName
{
background-color: #C61353;
}
.BgClassName
{
background-color: #C61353;
}
</style>
border-color css
<style>
span { border-color: #C61353; }
span { border-color: rgb(198,19,83); }
td.TdClassName
{
border-color: #C61353;
}
.TagClassName
{
border-color: #C61353;
}
</style>