Shades of Ruby #C40754
Tints of Ruby #C40754
RGB
CMYK
RGB Variations
Color information
#C40754 (or 0xC40754) is known color: Ruby. HEX triplet: C4, 07 and 54. RGB value is (196,7,84). Sum of RGB (Red+Green+Blue) = 196+7+84=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C40754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40754 is #3BF8AB. Grayscale: #484848. Windows color (decimal): -3930284 or 5507012. OLE color: 5507012.
HSL color Cylindrical-coordinate representation of color #C40754: hue angle of 335.56º 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 #C40754 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.23 |
| HSL | 335.56º | 0.93% | 0.4% | - |
| HSV(B) | 335.56º | 0.96% | 0.77% | - |
| XYZ | 24.44 | 12.53 | 9.52 | - |
| YUV | 72.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 84 | 0 | 0.96 | 0.57 | 0.23 | 335.56 | 0.93 | 0.4 |
| Hex | C4 | 7 | 54 | 0 | 60 | 39 | 17 | 150 | 5D | 28 |
| Octal | 304 | 7 | 124 | 0 | 140 | 71 | 27 | 520 | 135 | 50 |
| Binary | 11000100 | 111 | 1010100 | 0 | 1100000 | 111001 | 10111 | 101010000 | 1011101 | 101000 |
Color Harmonies of #C40754
Complementary color
Monochromatic Colors of #C40754
Black with #C40754
Text Example
Text Example
White with #C40754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40754; }
p { color: rgb(196,7,84); }
H1.HeaderClassName
{
color: #C40754;
}
.AnyTagClassName
{
color: #C40754;
}
</style>
background-color css
<style>
a { background-color: #C40754; }
a { background-color: rgb(196,7,84); }
div.DivClassName
{
background-color: #C40754;
}
.BgClassName
{
background-color: #C40754;
}
</style>
border-color css
<style>
span { border-color: #C40754; }
span { border-color: rgb(196,7,84); }
td.TdClassName
{
border-color: #C40754;
}
.TagClassName
{
border-color: #C40754;
}
</style>