Shades of Ruby #D11653
Tints of Ruby #D11653
RGB
CMYK
RGB Variations
Color information
#D11653 (or 0xD11653) is known color: Ruby. HEX triplet: D1, 16 and 53. RGB value is (209,22,83). Sum of RGB (Red+Green+Blue) = 209+22+83=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D11653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11653 is #2EE9AC. Grayscale: #545454. Windows color (decimal): -3074477 or 5445329. OLE color: 5445329.
HSL color Cylindrical-coordinate representation of color #D11653: hue angle of 340.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11653 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 83 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.18 |
| HSL | 340.43º | 0.81% | 0.45% | - |
| HSV(B) | 340.43º | 0.89% | 0.82% | - |
| XYZ | 28.14 | 14.75 | 9.55 | - |
| YUV | 84.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 83 | 0 | 0.89 | 0.60 | 0.18 | 340.43 | 0.81 | 0.45 |
| Hex | D1 | 16 | 53 | 0 | 59 | 3C | 12 | 154 | 51 | 2D |
| Octal | 321 | 26 | 123 | 0 | 131 | 74 | 22 | 524 | 121 | 55 |
| Binary | 11010001 | 10110 | 1010011 | 0 | 1011001 | 111100 | 10010 | 101010100 | 1010001 | 101101 |
Color Harmonies of #D11653
Complementary color
Monochromatic Colors of #D11653
Black with #D11653
Text Example
Text Example
White with #D11653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11653; }
p { color: rgb(209,22,83); }
H1.HeaderClassName
{
color: #D11653;
}
.AnyTagClassName
{
color: #D11653;
}
</style>
background-color css
<style>
a { background-color: #D11653; }
a { background-color: rgb(209,22,83); }
div.DivClassName
{
background-color: #D11653;
}
.BgClassName
{
background-color: #D11653;
}
</style>
border-color css
<style>
span { border-color: #D11653; }
span { border-color: rgb(209,22,83); }
td.TdClassName
{
border-color: #D11653;
}
.TagClassName
{
border-color: #D11653;
}
</style>