Shades of Ruby #D91551
Tints of Ruby #D91551
RGB
CMYK
RGB Variations
Color information
#D91551 (or 0xD91551) is known color: Ruby. HEX triplet: D9, 15 and 51. RGB value is (217,21,81). Sum of RGB (Red+Green+Blue) = 217+21+81=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D91551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91551 is #26EAAE. Grayscale: #565656. Windows color (decimal): -2550447 or 5314009. OLE color: 5314009.
HSL color Cylindrical-coordinate representation of color #D91551: hue angle of 341.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91551 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 81 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.15 |
| HSL | 341.63º | 0.82% | 0.47% | - |
| HSV(B) | 341.63º | 0.9% | 0.85% | - |
| XYZ | 30.37 | 15.88 | 9.25 | - |
| YUV | 86.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 81 | 0 | 0.90 | 0.63 | 0.15 | 341.63 | 0.82 | 0.47 |
| Hex | D9 | 15 | 51 | 0 | 5A | 3F | F | 156 | 52 | 2F |
| Octal | 331 | 25 | 121 | 0 | 132 | 77 | 17 | 526 | 122 | 57 |
| Binary | 11011001 | 10101 | 1010001 | 0 | 1011010 | 111111 | 1111 | 101010110 | 1010010 | 101111 |
Color Harmonies of #D91551
Complementary color
Monochromatic Colors of #D91551
Black with #D91551
Text Example
Text Example
White with #D91551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91551; }
p { color: rgb(217,21,81); }
H1.HeaderClassName
{
color: #D91551;
}
.AnyTagClassName
{
color: #D91551;
}
</style>
background-color css
<style>
a { background-color: #D91551; }
a { background-color: rgb(217,21,81); }
div.DivClassName
{
background-color: #D91551;
}
.BgClassName
{
background-color: #D91551;
}
</style>
border-color css
<style>
span { border-color: #D91551; }
span { border-color: rgb(217,21,81); }
td.TdClassName
{
border-color: #D91551;
}
.TagClassName
{
border-color: #D91551;
}
</style>