Shades of Ruby #D31956
Tints of Ruby #D31956
RGB
CMYK
RGB Variations
Color information
#D31956 (or 0xD31956) is known color: Ruby. HEX triplet: D3, 19 and 56. RGB value is (211,25,86). Sum of RGB (Red+Green+Blue) = 211+25+86=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D31956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31956 is #2CE6A9. Grayscale: #575757. Windows color (decimal): -2942634 or 5642707. OLE color: 5642707.
HSL color Cylindrical-coordinate representation of color #D31956: hue angle of 340.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31956 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 86 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.17 |
| HSL | 340.32º | 0.79% | 0.46% | - |
| HSV(B) | 340.32º | 0.88% | 0.83% | - |
| XYZ | 28.89 | 15.22 | 10.22 | - |
| YUV | 87.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 86 | 0 | 0.88 | 0.59 | 0.17 | 340.32 | 0.79 | 0.46 |
| Hex | D3 | 19 | 56 | 0 | 58 | 3B | 11 | 154 | 4F | 2E |
| Octal | 323 | 31 | 126 | 0 | 130 | 73 | 21 | 524 | 117 | 56 |
| Binary | 11010011 | 11001 | 1010110 | 0 | 1011000 | 111011 | 10001 | 101010100 | 1001111 | 101110 |
Color Harmonies of #D31956
Complementary color
Monochromatic Colors of #D31956
Black with #D31956
Text Example
Text Example
White with #D31956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31956; }
p { color: rgb(211,25,86); }
H1.HeaderClassName
{
color: #D31956;
}
.AnyTagClassName
{
color: #D31956;
}
</style>
background-color css
<style>
a { background-color: #D31956; }
a { background-color: rgb(211,25,86); }
div.DivClassName
{
background-color: #D31956;
}
.BgClassName
{
background-color: #D31956;
}
</style>
border-color css
<style>
span { border-color: #D31956; }
span { border-color: rgb(211,25,86); }
td.TdClassName
{
border-color: #D31956;
}
.TagClassName
{
border-color: #D31956;
}
</style>