Shades of Ruby #D11554
Tints of Ruby #D11554
RGB
CMYK
RGB Variations
Color information
#D11554 (or 0xD11554) is known color: Ruby. HEX triplet: D1, 15 and 54. RGB value is (209,21,84). Sum of RGB (Red+Green+Blue) = 209+21+84=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D11554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11554 is #2EEAAB. Grayscale: #545454. Windows color (decimal): -3074732 or 5510609. OLE color: 5510609.
HSL color Cylindrical-coordinate representation of color #D11554: hue angle of 339.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11554 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 84 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.18 |
| HSL | 339.89º | 0.82% | 0.45% | - |
| HSV(B) | 339.89º | 0.9% | 0.82% | - |
| XYZ | 28.16 | 14.73 | 9.75 | - |
| YUV | 84.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 84 | 0 | 0.90 | 0.60 | 0.18 | 339.89 | 0.82 | 0.45 |
| Hex | D1 | 15 | 54 | 0 | 5A | 3C | 12 | 154 | 52 | 2D |
| Octal | 321 | 25 | 124 | 0 | 132 | 74 | 22 | 524 | 122 | 55 |
| Binary | 11010001 | 10101 | 1010100 | 0 | 1011010 | 111100 | 10010 | 101010100 | 1010010 | 101101 |
Color Harmonies of #D11554
Complementary color
Monochromatic Colors of #D11554
Black with #D11554
Text Example
Text Example
White with #D11554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11554; }
p { color: rgb(209,21,84); }
H1.HeaderClassName
{
color: #D11554;
}
.AnyTagClassName
{
color: #D11554;
}
</style>
background-color css
<style>
a { background-color: #D11554; }
a { background-color: rgb(209,21,84); }
div.DivClassName
{
background-color: #D11554;
}
.BgClassName
{
background-color: #D11554;
}
</style>
border-color css
<style>
span { border-color: #D11554; }
span { border-color: rgb(209,21,84); }
td.TdClassName
{
border-color: #D11554;
}
.TagClassName
{
border-color: #D11554;
}
</style>