Shades of Ruby #D11756
Tints of Ruby #D11756
RGB
CMYK
RGB Variations
Color information
#D11756 (or 0xD11756) is known color: Ruby. HEX triplet: D1, 17 and 56. RGB value is (209,23,86). Sum of RGB (Red+Green+Blue) = 209+23+86=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D11756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11756 is #2EE8A9. Grayscale: #555555. Windows color (decimal): -3074218 or 5642193. OLE color: 5642193.
HSL color Cylindrical-coordinate representation of color #D11756: hue angle of 339.68º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11756 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.18 |
| HSL | 339.68º | 0.8% | 0.45% | - |
| HSV(B) | 339.68º | 0.89% | 0.82% | - |
| XYZ | 28.28 | 14.84 | 10.18 | - |
| YUV | 85.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 86 | 0 | 0.89 | 0.59 | 0.18 | 339.68 | 0.8 | 0.45 |
| Hex | D1 | 17 | 56 | 0 | 59 | 3B | 12 | 154 | 50 | 2D |
| Octal | 321 | 27 | 126 | 0 | 131 | 73 | 22 | 524 | 120 | 55 |
| Binary | 11010001 | 10111 | 1010110 | 0 | 1011001 | 111011 | 10010 | 101010100 | 1010000 | 101101 |
Color Harmonies of #D11756
Complementary color
Monochromatic Colors of #D11756
Black with #D11756
Text Example
Text Example
White with #D11756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11756; }
p { color: rgb(209,23,86); }
H1.HeaderClassName
{
color: #D11756;
}
.AnyTagClassName
{
color: #D11756;
}
</style>
background-color css
<style>
a { background-color: #D11756; }
a { background-color: rgb(209,23,86); }
div.DivClassName
{
background-color: #D11756;
}
.BgClassName
{
background-color: #D11756;
}
</style>
border-color css
<style>
span { border-color: #D11756; }
span { border-color: rgb(209,23,86); }
td.TdClassName
{
border-color: #D11756;
}
.TagClassName
{
border-color: #D11756;
}
</style>