Shades of Ruby #D1175E
Tints of Ruby #D1175E
RGB
CMYK
RGB Variations
Color information
#D1175E (or 0xD1175E) is known color: Ruby. HEX triplet: D1, 17 and 5E. RGB value is (209,23,94). Sum of RGB (Red+Green+Blue) = 209+23+94=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1175E is #2EE8A1. Grayscale: #565656. Windows color (decimal): -3074210 or 6166481. OLE color: 6166481.
HSL color Cylindrical-coordinate representation of color #D1175E: hue angle of 337.1º degrees, saturation: 0.8, 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 #D1175E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 94 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.18 |
| HSL | 337.1º | 0.8% | 0.45% | - |
| HSV(B) | 337.1º | 0.89% | 0.82% | - |
| XYZ | 28.62 | 14.98 | 11.97 | - |
| YUV | 86.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 94 | 0 | 0.89 | 0.55 | 0.18 | 337.1 | 0.8 | 0.45 |
| Hex | D1 | 17 | 5E | 0 | 59 | 37 | 12 | 151 | 50 | 2D |
| Octal | 321 | 27 | 136 | 0 | 131 | 67 | 22 | 521 | 120 | 55 |
| Binary | 11010001 | 10111 | 1011110 | 0 | 1011001 | 110111 | 10010 | 101010001 | 1010000 | 101101 |
Color Harmonies of #D1175E
Complementary color
Monochromatic Colors of #D1175E
Black with #D1175E
Text Example
Text Example
White with #D1175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1175E; }
p { color: rgb(209,23,94); }
H1.HeaderClassName
{
color: #D1175E;
}
.AnyTagClassName
{
color: #D1175E;
}
</style>
background-color css
<style>
a { background-color: #D1175E; }
a { background-color: rgb(209,23,94); }
div.DivClassName
{
background-color: #D1175E;
}
.BgClassName
{
background-color: #D1175E;
}
</style>
border-color css
<style>
span { border-color: #D1175E; }
span { border-color: rgb(209,23,94); }
td.TdClassName
{
border-color: #D1175E;
}
.TagClassName
{
border-color: #D1175E;
}
</style>