Shades of Ruby #D7124F
Tints of Ruby #D7124F
RGB
CMYK
RGB Variations
Color information
#D7124F (or 0xD7124F) is known color: Ruby. HEX triplet: D7, 12 and 4F. RGB value is (215,18,79). Sum of RGB (Red+Green+Blue) = 215+18+79=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7124F is #28EDB0. Grayscale: #535353. Windows color (decimal): -2682289 or 5182167. OLE color: 5182167.
HSL color Cylindrical-coordinate representation of color #D7124F: hue angle of 341.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7124F is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.16 |
| HSL | 341.42º | 0.85% | 0.46% | - |
| HSV(B) | 341.42º | 0.92% | 0.84% | - |
| XYZ | 29.65 | 15.44 | 8.82 | - |
| YUV | 83.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 79 | 0 | 0.92 | 0.63 | 0.16 | 341.42 | 0.85 | 0.46 |
| Hex | D7 | 12 | 4F | 0 | 5C | 3F | 10 | 155 | 55 | 2E |
| Octal | 327 | 22 | 117 | 0 | 134 | 77 | 20 | 525 | 125 | 56 |
| Binary | 11010111 | 10010 | 1001111 | 0 | 1011100 | 111111 | 10000 | 101010101 | 1010101 | 101110 |
Color Harmonies of #D7124F
Complementary color
Monochromatic Colors of #D7124F
Black with #D7124F
Text Example
Text Example
White with #D7124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7124F; }
p { color: rgb(215,18,79); }
H1.HeaderClassName
{
color: #D7124F;
}
.AnyTagClassName
{
color: #D7124F;
}
</style>
background-color css
<style>
a { background-color: #D7124F; }
a { background-color: rgb(215,18,79); }
div.DivClassName
{
background-color: #D7124F;
}
.BgClassName
{
background-color: #D7124F;
}
</style>
border-color css
<style>
span { border-color: #D7124F; }
span { border-color: rgb(215,18,79); }
td.TdClassName
{
border-color: #D7124F;
}
.TagClassName
{
border-color: #D7124F;
}
</style>