Shades of Ruby #D11651
Tints of Ruby #D11651
RGB
CMYK
RGB Variations
Color information
#D11651 (or 0xD11651) is known color: Ruby. HEX triplet: D1, 16 and 51. RGB value is (209,22,81). Sum of RGB (Red+Green+Blue) = 209+22+81=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D11651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11651 is #2EE9AE. Grayscale: #545454. Windows color (decimal): -3074479 or 5314257. OLE color: 5314257.
HSL color Cylindrical-coordinate representation of color #D11651: hue angle of 341.07º 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 #D11651 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 81 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.18 |
| HSL | 341.07º | 0.81% | 0.45% | - |
| HSV(B) | 341.07º | 0.89% | 0.82% | - |
| XYZ | 28.07 | 14.72 | 9.15 | - |
| YUV | 84.64 | 125.95 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 81 | 0 | 0.89 | 0.61 | 0.18 | 341.07 | 0.81 | 0.45 |
| Hex | D1 | 16 | 51 | 0 | 59 | 3D | 12 | 155 | 51 | 2D |
| Octal | 321 | 26 | 121 | 0 | 131 | 75 | 22 | 525 | 121 | 55 |
| Binary | 11010001 | 10110 | 1010001 | 0 | 1011001 | 111101 | 10010 | 101010101 | 1010001 | 101101 |
Color Harmonies of #D11651
Complementary color
Monochromatic Colors of #D11651
Black with #D11651
Text Example
Text Example
White with #D11651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11651; }
p { color: rgb(209,22,81); }
H1.HeaderClassName
{
color: #D11651;
}
.AnyTagClassName
{
color: #D11651;
}
</style>
background-color css
<style>
a { background-color: #D11651; }
a { background-color: rgb(209,22,81); }
div.DivClassName
{
background-color: #D11651;
}
.BgClassName
{
background-color: #D11651;
}
</style>
border-color css
<style>
span { border-color: #D11651; }
span { border-color: rgb(209,22,81); }
td.TdClassName
{
border-color: #D11651;
}
.TagClassName
{
border-color: #D11651;
}
</style>