Shades of Ruby #D31651
Tints of Ruby #D31651
RGB
CMYK
RGB Variations
Color information
#D31651 (or 0xD31651) is known color: Ruby. HEX triplet: D3, 16 and 51. RGB value is (211,22,81). Sum of RGB (Red+Green+Blue) = 211+22+81=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D31651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31651 is #2CE9AE. Grayscale: #555555. Windows color (decimal): -2943407 or 5314259. OLE color: 5314259.
HSL color Cylindrical-coordinate representation of color #D31651: hue angle of 341.27º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31651 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 81 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.17 |
| HSL | 341.27º | 0.81% | 0.46% | - |
| HSV(B) | 341.27º | 0.9% | 0.83% | - |
| XYZ | 28.64 | 15.02 | 9.17 | - |
| YUV | 85.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 81 | 0 | 0.90 | 0.62 | 0.17 | 341.27 | 0.81 | 0.46 |
| Hex | D3 | 16 | 51 | 0 | 5A | 3E | 11 | 155 | 51 | 2E |
| Octal | 323 | 26 | 121 | 0 | 132 | 76 | 21 | 525 | 121 | 56 |
| Binary | 11010011 | 10110 | 1010001 | 0 | 1011010 | 111110 | 10001 | 101010101 | 1010001 | 101110 |
Color Harmonies of #D31651
Complementary color
Monochromatic Colors of #D31651
Black with #D31651
Text Example
Text Example
White with #D31651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31651; }
p { color: rgb(211,22,81); }
H1.HeaderClassName
{
color: #D31651;
}
.AnyTagClassName
{
color: #D31651;
}
</style>
background-color css
<style>
a { background-color: #D31651; }
a { background-color: rgb(211,22,81); }
div.DivClassName
{
background-color: #D31651;
}
.BgClassName
{
background-color: #D31651;
}
</style>
border-color css
<style>
span { border-color: #D31651; }
span { border-color: rgb(211,22,81); }
td.TdClassName
{
border-color: #D31651;
}
.TagClassName
{
border-color: #D31651;
}
</style>