Shades of Ruby #D11051
Tints of Ruby #D11051
RGB
CMYK
RGB Variations
Color information
#D11051 (or 0xD11051) is known color: Ruby. HEX triplet: D1, 10 and 51. RGB value is (209,16,81). Sum of RGB (Red+Green+Blue) = 209+16+81=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D11051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11051 is #2EEFAE. Grayscale: #515151. Windows color (decimal): -3076015 or 5312721. OLE color: 5312721.
HSL color Cylindrical-coordinate representation of color #D11051: hue angle of 339.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11051 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 81 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.18 |
| HSL | 339.79º | 0.86% | 0.44% | - |
| HSV(B) | 339.79º | 0.92% | 0.82% | - |
| XYZ | 27.96 | 14.52 | 9.11 | - |
| YUV | 81.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 81 | 0 | 0.92 | 0.61 | 0.18 | 339.79 | 0.86 | 0.44 |
| Hex | D1 | 10 | 51 | 0 | 5C | 3D | 12 | 154 | 56 | 2C |
| Octal | 321 | 20 | 121 | 0 | 134 | 75 | 22 | 524 | 126 | 54 |
| Binary | 11010001 | 10000 | 1010001 | 0 | 1011100 | 111101 | 10010 | 101010100 | 1010110 | 101100 |
Color Harmonies of #D11051
Complementary color
Monochromatic Colors of #D11051
Black with #D11051
Text Example
Text Example
White with #D11051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11051; }
p { color: rgb(209,16,81); }
H1.HeaderClassName
{
color: #D11051;
}
.AnyTagClassName
{
color: #D11051;
}
</style>
background-color css
<style>
a { background-color: #D11051; }
a { background-color: rgb(209,16,81); }
div.DivClassName
{
background-color: #D11051;
}
.BgClassName
{
background-color: #D11051;
}
</style>
border-color css
<style>
span { border-color: #D11051; }
span { border-color: rgb(209,16,81); }
td.TdClassName
{
border-color: #D11051;
}
.TagClassName
{
border-color: #D11051;
}
</style>