Shades of Ruby #D4176F
Tints of Ruby #D4176F
RGB
CMYK
RGB Variations
Color information
#D4176F (or 0xD4176F) is known color: Ruby. HEX triplet: D4, 17 and 6F. RGB value is (212,23,111). Sum of RGB (Red+Green+Blue) = 212+23+111=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D4176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4176F is #2BE890. Grayscale: #595959. Windows color (decimal): -2877585 or 7280596. OLE color: 7280596.
HSL color Cylindrical-coordinate representation of color #D4176F: hue angle of 332.06º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4176F is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 111 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.17 |
| HSL | 332.06º | 0.8% | 0.46% | - |
| HSV(B) | 332.06º | 0.89% | 0.83% | - |
| XYZ | 30.33 | 15.76 | 16.48 | - |
| YUV | 89.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 111 | 0 | 0.89 | 0.48 | 0.17 | 332.06 | 0.8 | 0.46 |
| Hex | D4 | 17 | 6F | 0 | 59 | 30 | 11 | 14C | 50 | 2E |
| Octal | 324 | 27 | 157 | 0 | 131 | 60 | 21 | 514 | 120 | 56 |
| Binary | 11010100 | 10111 | 1101111 | 0 | 1011001 | 110000 | 10001 | 101001100 | 1010000 | 101110 |
Color Harmonies of #D4176F
Complementary color
Monochromatic Colors of #D4176F
Black with #D4176F
Text Example
Text Example
White with #D4176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4176F; }
p { color: rgb(212,23,111); }
H1.HeaderClassName
{
color: #D4176F;
}
.AnyTagClassName
{
color: #D4176F;
}
</style>
background-color css
<style>
a { background-color: #D4176F; }
a { background-color: rgb(212,23,111); }
div.DivClassName
{
background-color: #D4176F;
}
.BgClassName
{
background-color: #D4176F;
}
</style>
border-color css
<style>
span { border-color: #D4176F; }
span { border-color: rgb(212,23,111); }
td.TdClassName
{
border-color: #D4176F;
}
.TagClassName
{
border-color: #D4176F;
}
</style>