Shades of Ruby #C40753
Tints of Ruby #C40753
RGB
CMYK
RGB Variations
Color information
#C40753 (or 0xC40753) is known color: Ruby. HEX triplet: C4, 07 and 53. RGB value is (196,7,83). Sum of RGB (Red+Green+Blue) = 196+7+83=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C40753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40753 is #3BF8AC. Grayscale: #484848. Windows color (decimal): -3930285 or 5441476. OLE color: 5441476.
HSL color Cylindrical-coordinate representation of color #C40753: hue angle of 335.87º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40753 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.23 |
| HSL | 335.87º | 0.93% | 0.4% | - |
| HSV(B) | 335.87º | 0.96% | 0.77% | - |
| XYZ | 24.4 | 12.51 | 9.31 | - |
| YUV | 72.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 83 | 0 | 0.96 | 0.58 | 0.23 | 335.87 | 0.93 | 0.4 |
| Hex | C4 | 7 | 53 | 0 | 60 | 3A | 17 | 150 | 5D | 28 |
| Octal | 304 | 7 | 123 | 0 | 140 | 72 | 27 | 520 | 135 | 50 |
| Binary | 11000100 | 111 | 1010011 | 0 | 1100000 | 111010 | 10111 | 101010000 | 1011101 | 101000 |
Color Harmonies of #C40753
Complementary color
Monochromatic Colors of #C40753
Black with #C40753
Text Example
Text Example
White with #C40753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40753; }
p { color: rgb(196,7,83); }
H1.HeaderClassName
{
color: #C40753;
}
.AnyTagClassName
{
color: #C40753;
}
</style>
background-color css
<style>
a { background-color: #C40753; }
a { background-color: rgb(196,7,83); }
div.DivClassName
{
background-color: #C40753;
}
.BgClassName
{
background-color: #C40753;
}
</style>
border-color css
<style>
span { border-color: #C40753; }
span { border-color: rgb(196,7,83); }
td.TdClassName
{
border-color: #C40753;
}
.TagClassName
{
border-color: #C40753;
}
</style>