Shades of Ruby #D31551
Tints of Ruby #D31551
RGB
CMYK
RGB Variations
Color information
#D31551 (or 0xD31551) is known color: Ruby. HEX triplet: D3, 15 and 51. RGB value is (211,21,81). Sum of RGB (Red+Green+Blue) = 211+21+81=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D31551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31551 is #2CEAAE. Grayscale: #545454. Windows color (decimal): -2943663 or 5314003. OLE color: 5314003.
HSL color Cylindrical-coordinate representation of color #D31551: hue angle of 341.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31551 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 81 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.17 |
| HSL | 341.05º | 0.82% | 0.45% | - |
| HSV(B) | 341.05º | 0.9% | 0.83% | - |
| XYZ | 28.62 | 14.98 | 9.17 | - |
| YUV | 84.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 81 | 0 | 0.90 | 0.62 | 0.17 | 341.05 | 0.82 | 0.45 |
| Hex | D3 | 15 | 51 | 0 | 5A | 3E | 11 | 155 | 52 | 2D |
| Octal | 323 | 25 | 121 | 0 | 132 | 76 | 21 | 525 | 122 | 55 |
| Binary | 11010011 | 10101 | 1010001 | 0 | 1011010 | 111110 | 10001 | 101010101 | 1010010 | 101101 |
Color Harmonies of #D31551
Complementary color
Monochromatic Colors of #D31551
Black with #D31551
Text Example
Text Example
White with #D31551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31551; }
p { color: rgb(211,21,81); }
H1.HeaderClassName
{
color: #D31551;
}
.AnyTagClassName
{
color: #D31551;
}
</style>
background-color css
<style>
a { background-color: #D31551; }
a { background-color: rgb(211,21,81); }
div.DivClassName
{
background-color: #D31551;
}
.BgClassName
{
background-color: #D31551;
}
</style>
border-color css
<style>
span { border-color: #D31551; }
span { border-color: rgb(211,21,81); }
td.TdClassName
{
border-color: #D31551;
}
.TagClassName
{
border-color: #D31551;
}
</style>