Shades of Ruby #D11A51
Tints of Ruby #D11A51
RGB
CMYK
RGB Variations
Color information
#D11A51 (or 0xD11A51) is known color: Ruby. HEX triplet: D1, 1A and 51. RGB value is (209,26,81). Sum of RGB (Red+Green+Blue) = 209+26+81=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A51 is #2EE5AE. Grayscale: #565656. Windows color (decimal): -3073455 or 5315281. OLE color: 5315281.
HSL color Cylindrical-coordinate representation of color #D11A51: hue angle of 341.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A51 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 81 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.18 |
| HSL | 341.97º | 0.78% | 0.46% | - |
| HSV(B) | 341.97º | 0.88% | 0.82% | - |
| XYZ | 28.15 | 14.89 | 9.17 | - |
| YUV | 86.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 81 | 0 | 0.88 | 0.61 | 0.18 | 341.97 | 0.78 | 0.46 |
| Hex | D1 | 1A | 51 | 0 | 58 | 3D | 12 | 156 | 4E | 2E |
| Octal | 321 | 32 | 121 | 0 | 130 | 75 | 22 | 526 | 116 | 56 |
| Binary | 11010001 | 11010 | 1010001 | 0 | 1011000 | 111101 | 10010 | 101010110 | 1001110 | 101110 |
Color Harmonies of #D11A51
Complementary color
Monochromatic Colors of #D11A51
Black with #D11A51
Text Example
Text Example
White with #D11A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A51; }
p { color: rgb(209,26,81); }
H1.HeaderClassName
{
color: #D11A51;
}
.AnyTagClassName
{
color: #D11A51;
}
</style>
background-color css
<style>
a { background-color: #D11A51; }
a { background-color: rgb(209,26,81); }
div.DivClassName
{
background-color: #D11A51;
}
.BgClassName
{
background-color: #D11A51;
}
</style>
border-color css
<style>
span { border-color: #D11A51; }
span { border-color: rgb(209,26,81); }
td.TdClassName
{
border-color: #D11A51;
}
.TagClassName
{
border-color: #D11A51;
}
</style>