Shades of Ruby #D7175C
Tints of Ruby #D7175C
RGB
CMYK
RGB Variations
Color information
#D7175C (or 0xD7175C) is known color: Ruby. HEX triplet: D7, 17 and 5C. RGB value is (215,23,92). Sum of RGB (Red+Green+Blue) = 215+23+92=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7175C is #28E8A3. Grayscale: #585858. Windows color (decimal): -2680996 or 6035415. OLE color: 6035415.
HSL color Cylindrical-coordinate representation of color #D7175C: hue angle of 338.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7175C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 92 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.16 |
| HSL | 338.44º | 0.81% | 0.47% | - |
| HSV(B) | 338.44º | 0.89% | 0.84% | - |
| XYZ | 30.26 | 15.83 | 11.59 | - |
| YUV | 88.27 | 130.11 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 92 | 0 | 0.89 | 0.57 | 0.16 | 338.44 | 0.81 | 0.47 |
| Hex | D7 | 17 | 5C | 0 | 59 | 39 | 10 | 152 | 51 | 2F |
| Octal | 327 | 27 | 134 | 0 | 131 | 71 | 20 | 522 | 121 | 57 |
| Binary | 11010111 | 10111 | 1011100 | 0 | 1011001 | 111001 | 10000 | 101010010 | 1010001 | 101111 |
Color Harmonies of #D7175C
Complementary color
Monochromatic Colors of #D7175C
Black with #D7175C
Text Example
Text Example
White with #D7175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7175C; }
p { color: rgb(215,23,92); }
H1.HeaderClassName
{
color: #D7175C;
}
.AnyTagClassName
{
color: #D7175C;
}
</style>
background-color css
<style>
a { background-color: #D7175C; }
a { background-color: rgb(215,23,92); }
div.DivClassName
{
background-color: #D7175C;
}
.BgClassName
{
background-color: #D7175C;
}
</style>
border-color css
<style>
span { border-color: #D7175C; }
span { border-color: rgb(215,23,92); }
td.TdClassName
{
border-color: #D7175C;
}
.TagClassName
{
border-color: #D7175C;
}
</style>