Shades of Ruby #D91256
Tints of Ruby #D91256
RGB
CMYK
RGB Variations
Color information
#D91256 (or 0xD91256) is known color: Ruby. HEX triplet: D9, 12 and 56. RGB value is (217,18,86). Sum of RGB (Red+Green+Blue) = 217+18+86=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D91256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91256 is #26EDA9. Grayscale: #555555. Windows color (decimal): -2551210 or 5640921. OLE color: 5640921.
HSL color Cylindrical-coordinate representation of color #D91256: hue angle of 339.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91256 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 86 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.15 |
| HSL | 339.5º | 0.85% | 0.46% | - |
| HSV(B) | 339.5º | 0.92% | 0.85% | - |
| XYZ | 30.51 | 15.86 | 10.26 | - |
| YUV | 85.25 | 128.43 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 86 | 0 | 0.92 | 0.60 | 0.15 | 339.5 | 0.85 | 0.46 |
| Hex | D9 | 12 | 56 | 0 | 5C | 3C | F | 153 | 55 | 2E |
| Octal | 331 | 22 | 126 | 0 | 134 | 74 | 17 | 523 | 125 | 56 |
| Binary | 11011001 | 10010 | 1010110 | 0 | 1011100 | 111100 | 1111 | 101010011 | 1010101 | 101110 |
Color Harmonies of #D91256
Complementary color
Monochromatic Colors of #D91256
Black with #D91256
Text Example
Text Example
White with #D91256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91256; }
p { color: rgb(217,18,86); }
H1.HeaderClassName
{
color: #D91256;
}
.AnyTagClassName
{
color: #D91256;
}
</style>
background-color css
<style>
a { background-color: #D91256; }
a { background-color: rgb(217,18,86); }
div.DivClassName
{
background-color: #D91256;
}
.BgClassName
{
background-color: #D91256;
}
</style>
border-color css
<style>
span { border-color: #D91256; }
span { border-color: rgb(217,18,86); }
td.TdClassName
{
border-color: #D91256;
}
.TagClassName
{
border-color: #D91256;
}
</style>