Shades of Ruby #D11652
Tints of Ruby #D11652
RGB
CMYK
RGB Variations
Color information
#D11652 (or 0xD11652) is known color: Ruby. HEX triplet: D1, 16 and 52. RGB value is (209,22,82). Sum of RGB (Red+Green+Blue) = 209+22+82=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D11652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11652 is #2EE9AD. Grayscale: #545454. Windows color (decimal): -3074478 or 5379793. OLE color: 5379793.
HSL color Cylindrical-coordinate representation of color #D11652: hue angle of 340.75º 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 #D11652 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 82 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.18 |
| HSL | 340.75º | 0.81% | 0.45% | - |
| HSV(B) | 340.75º | 0.89% | 0.82% | - |
| XYZ | 28.1 | 14.74 | 9.35 | - |
| YUV | 84.75 | 126.45 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 82 | 0 | 0.89 | 0.61 | 0.18 | 340.75 | 0.81 | 0.45 |
| Hex | D1 | 16 | 52 | 0 | 59 | 3D | 12 | 155 | 51 | 2D |
| Octal | 321 | 26 | 122 | 0 | 131 | 75 | 22 | 525 | 121 | 55 |
| Binary | 11010001 | 10110 | 1010010 | 0 | 1011001 | 111101 | 10010 | 101010101 | 1010001 | 101101 |
Color Harmonies of #D11652
Complementary color
Monochromatic Colors of #D11652
Black with #D11652
Text Example
Text Example
White with #D11652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11652; }
p { color: rgb(209,22,82); }
H1.HeaderClassName
{
color: #D11652;
}
.AnyTagClassName
{
color: #D11652;
}
</style>
background-color css
<style>
a { background-color: #D11652; }
a { background-color: rgb(209,22,82); }
div.DivClassName
{
background-color: #D11652;
}
.BgClassName
{
background-color: #D11652;
}
</style>
border-color css
<style>
span { border-color: #D11652; }
span { border-color: rgb(209,22,82); }
td.TdClassName
{
border-color: #D11652;
}
.TagClassName
{
border-color: #D11652;
}
</style>