Shades of Ruby #D11650
Tints of Ruby #D11650
RGB
CMYK
RGB Variations
Color information
#D11650 (or 0xD11650) is known color: Ruby. HEX triplet: D1, 16 and 50. RGB value is (209,22,80). Sum of RGB (Red+Green+Blue) = 209+22+80=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D11650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11650 is #2EE9AF. Grayscale: #545454. Windows color (decimal): -3074480 or 5248721. OLE color: 5248721.
HSL color Cylindrical-coordinate representation of color #D11650: hue angle of 341.39º degrees, saturation: 0.81, 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 #D11650 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 80 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.18 |
| HSL | 341.39º | 0.81% | 0.45% | - |
| HSV(B) | 341.39º | 0.89% | 0.82% | - |
| XYZ | 28.03 | 14.71 | 8.95 | - |
| YUV | 84.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 80 | 0 | 0.89 | 0.62 | 0.18 | 341.39 | 0.81 | 0.45 |
| Hex | D1 | 16 | 50 | 0 | 59 | 3E | 12 | 155 | 51 | 2D |
| Octal | 321 | 26 | 120 | 0 | 131 | 76 | 22 | 525 | 121 | 55 |
| Binary | 11010001 | 10110 | 1010000 | 0 | 1011001 | 111110 | 10010 | 101010101 | 1010001 | 101101 |
Color Harmonies of #D11650
Complementary color
Monochromatic Colors of #D11650
Black with #D11650
Text Example
Text Example
White with #D11650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11650; }
p { color: rgb(209,22,80); }
H1.HeaderClassName
{
color: #D11650;
}
.AnyTagClassName
{
color: #D11650;
}
</style>
background-color css
<style>
a { background-color: #D11650; }
a { background-color: rgb(209,22,80); }
div.DivClassName
{
background-color: #D11650;
}
.BgClassName
{
background-color: #D11650;
}
</style>
border-color css
<style>
span { border-color: #D11650; }
span { border-color: rgb(209,22,80); }
td.TdClassName
{
border-color: #D11650;
}
.TagClassName
{
border-color: #D11650;
}
</style>