Shades of Ruby #C40D55
Tints of Ruby #C40D55
RGB
CMYK
RGB Variations
Color information
#C40D55 (or 0xC40D55) is known color: Ruby. HEX triplet: C4, 0D and 55. RGB value is (196,13,85). Sum of RGB (Red+Green+Blue) = 196+13+85=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D55 is #3BF2AA. Grayscale: #4B4B4B. Windows color (decimal): -3928747 or 5574084. OLE color: 5574084.
HSL color Cylindrical-coordinate representation of color #C40D55: hue angle of 336.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D55 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 85 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.23 |
| HSL | 336.39º | 0.88% | 0.41% | - |
| HSV(B) | 336.39º | 0.93% | 0.77% | - |
| XYZ | 24.55 | 12.68 | 9.75 | - |
| YUV | 75.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 85 | 0 | 0.93 | 0.57 | 0.23 | 336.39 | 0.88 | 0.41 |
| Hex | C4 | D | 55 | 0 | 5D | 39 | 17 | 150 | 58 | 29 |
| Octal | 304 | 15 | 125 | 0 | 135 | 71 | 27 | 520 | 130 | 51 |
| Binary | 11000100 | 1101 | 1010101 | 0 | 1011101 | 111001 | 10111 | 101010000 | 1011000 | 101001 |
Color Harmonies of #C40D55
Complementary color
Monochromatic Colors of #C40D55
Black with #C40D55
Text Example
Text Example
White with #C40D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D55; }
p { color: rgb(196,13,85); }
H1.HeaderClassName
{
color: #C40D55;
}
.AnyTagClassName
{
color: #C40D55;
}
</style>
background-color css
<style>
a { background-color: #C40D55; }
a { background-color: rgb(196,13,85); }
div.DivClassName
{
background-color: #C40D55;
}
.BgClassName
{
background-color: #C40D55;
}
</style>
border-color css
<style>
span { border-color: #C40D55; }
span { border-color: rgb(196,13,85); }
td.TdClassName
{
border-color: #C40D55;
}
.TagClassName
{
border-color: #C40D55;
}
</style>