Shades of Ruby #D11050
Tints of Ruby #D11050
RGB
CMYK
RGB Variations
Color information
#D11050 (or 0xD11050) is known color: Ruby. HEX triplet: D1, 10 and 50. RGB value is (209,16,80). Sum of RGB (Red+Green+Blue) = 209+16+80=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D11050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11050 is #2EEFAF. Grayscale: #505050. Windows color (decimal): -3076016 or 5247185. OLE color: 5247185.
HSL color Cylindrical-coordinate representation of color #D11050: hue angle of 340.1º 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 #D11050 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 80 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.18 |
| HSL | 340.1º | 0.86% | 0.44% | - |
| HSV(B) | 340.1º | 0.92% | 0.82% | - |
| XYZ | 27.93 | 14.51 | 8.92 | - |
| YUV | 81 | 127.44 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 80 | 0 | 0.92 | 0.62 | 0.18 | 340.1 | 0.86 | 0.44 |
| Hex | D1 | 10 | 50 | 0 | 5C | 3E | 12 | 154 | 56 | 2C |
| Octal | 321 | 20 | 120 | 0 | 134 | 76 | 22 | 524 | 126 | 54 |
| Binary | 11010001 | 10000 | 1010000 | 0 | 1011100 | 111110 | 10010 | 101010100 | 1010110 | 101100 |
Color Harmonies of #D11050
Complementary color
Monochromatic Colors of #D11050
Black with #D11050
Text Example
Text Example
White with #D11050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11050; }
p { color: rgb(209,16,80); }
H1.HeaderClassName
{
color: #D11050;
}
.AnyTagClassName
{
color: #D11050;
}
</style>
background-color css
<style>
a { background-color: #D11050; }
a { background-color: rgb(209,16,80); }
div.DivClassName
{
background-color: #D11050;
}
.BgClassName
{
background-color: #D11050;
}
</style>
border-color css
<style>
span { border-color: #D11050; }
span { border-color: rgb(209,16,80); }
td.TdClassName
{
border-color: #D11050;
}
.TagClassName
{
border-color: #D11050;
}
</style>