Shades of Ruby #D11256
Tints of Ruby #D11256
RGB
CMYK
RGB Variations
Color information
#D11256 (or 0xD11256) is known color: Ruby. HEX triplet: D1, 12 and 56. RGB value is (209,18,86). Sum of RGB (Red+Green+Blue) = 209+18+86=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D11256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11256 is #2EEDA9. Grayscale: #525252. Windows color (decimal): -3075498 or 5640913. OLE color: 5640913.
HSL color Cylindrical-coordinate representation of color #D11256: hue angle of 338.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11256 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.18 |
| HSL | 338.64º | 0.84% | 0.45% | - |
| HSV(B) | 338.64º | 0.91% | 0.82% | - |
| XYZ | 28.19 | 14.66 | 10.15 | - |
| YUV | 82.86 | 129.78 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 86 | 0 | 0.91 | 0.59 | 0.18 | 338.64 | 0.84 | 0.45 |
| Hex | D1 | 12 | 56 | 0 | 5B | 3B | 12 | 153 | 54 | 2D |
| Octal | 321 | 22 | 126 | 0 | 133 | 73 | 22 | 523 | 124 | 55 |
| Binary | 11010001 | 10010 | 1010110 | 0 | 1011011 | 111011 | 10010 | 101010011 | 1010100 | 101101 |
Color Harmonies of #D11256
Complementary color
Monochromatic Colors of #D11256
Black with #D11256
Text Example
Text Example
White with #D11256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11256; }
p { color: rgb(209,18,86); }
H1.HeaderClassName
{
color: #D11256;
}
.AnyTagClassName
{
color: #D11256;
}
</style>
background-color css
<style>
a { background-color: #D11256; }
a { background-color: rgb(209,18,86); }
div.DivClassName
{
background-color: #D11256;
}
.BgClassName
{
background-color: #D11256;
}
</style>
border-color css
<style>
span { border-color: #D11256; }
span { border-color: rgb(209,18,86); }
td.TdClassName
{
border-color: #D11256;
}
.TagClassName
{
border-color: #D11256;
}
</style>