Shades of Ruby #D11951
Tints of Ruby #D11951
RGB
CMYK
RGB Variations
Color information
#D11951 (or 0xD11951) is known color: Ruby. HEX triplet: D1, 19 and 51. RGB value is (209,25,81). Sum of RGB (Red+Green+Blue) = 209+25+81=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D11951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11951 is #2EE6AE. Grayscale: #565656. Windows color (decimal): -3073711 or 5315025. OLE color: 5315025.
HSL color Cylindrical-coordinate representation of color #D11951: hue angle of 341.74º degrees, saturation: 0.79, 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 #D11951 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 81 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.18 |
| HSL | 341.74º | 0.79% | 0.46% | - |
| HSV(B) | 341.74º | 0.88% | 0.82% | - |
| XYZ | 28.13 | 14.84 | 9.17 | - |
| YUV | 86.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 81 | 0 | 0.88 | 0.61 | 0.18 | 341.74 | 0.79 | 0.46 |
| Hex | D1 | 19 | 51 | 0 | 58 | 3D | 12 | 156 | 4F | 2E |
| Octal | 321 | 31 | 121 | 0 | 130 | 75 | 22 | 526 | 117 | 56 |
| Binary | 11010001 | 11001 | 1010001 | 0 | 1011000 | 111101 | 10010 | 101010110 | 1001111 | 101110 |
Color Harmonies of #D11951
Complementary color
Monochromatic Colors of #D11951
Black with #D11951
Text Example
Text Example
White with #D11951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11951; }
p { color: rgb(209,25,81); }
H1.HeaderClassName
{
color: #D11951;
}
.AnyTagClassName
{
color: #D11951;
}
</style>
background-color css
<style>
a { background-color: #D11951; }
a { background-color: rgb(209,25,81); }
div.DivClassName
{
background-color: #D11951;
}
.BgClassName
{
background-color: #D11951;
}
</style>
border-color css
<style>
span { border-color: #D11951; }
span { border-color: rgb(209,25,81); }
td.TdClassName
{
border-color: #D11951;
}
.TagClassName
{
border-color: #D11951;
}
</style>