Shades of Ruby #D6124F
Tints of Ruby #D6124F
RGB
CMYK
RGB Variations
Color information
#D6124F (or 0xD6124F) is known color: Ruby. HEX triplet: D6, 12 and 4F. RGB value is (214,18,79). Sum of RGB (Red+Green+Blue) = 214+18+79=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6124F is #29EDB0. Grayscale: #535353. Windows color (decimal): -2747825 or 5182166. OLE color: 5182166.
HSL color Cylindrical-coordinate representation of color #D6124F: hue angle of 341.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6124F is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.16 |
| HSL | 341.33º | 0.84% | 0.45% | - |
| HSV(B) | 341.33º | 0.92% | 0.84% | - |
| XYZ | 29.36 | 15.29 | 8.8 | - |
| YUV | 83.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 79 | 0 | 0.92 | 0.63 | 0.16 | 341.33 | 0.84 | 0.45 |
| Hex | D6 | 12 | 4F | 0 | 5C | 3F | 10 | 155 | 54 | 2D |
| Octal | 326 | 22 | 117 | 0 | 134 | 77 | 20 | 525 | 124 | 55 |
| Binary | 11010110 | 10010 | 1001111 | 0 | 1011100 | 111111 | 10000 | 101010101 | 1010100 | 101101 |
Color Harmonies of #D6124F
Complementary color
Monochromatic Colors of #D6124F
Black with #D6124F
Text Example
Text Example
White with #D6124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6124F; }
p { color: rgb(214,18,79); }
H1.HeaderClassName
{
color: #D6124F;
}
.AnyTagClassName
{
color: #D6124F;
}
</style>
background-color css
<style>
a { background-color: #D6124F; }
a { background-color: rgb(214,18,79); }
div.DivClassName
{
background-color: #D6124F;
}
.BgClassName
{
background-color: #D6124F;
}
</style>
border-color css
<style>
span { border-color: #D6124F; }
span { border-color: rgb(214,18,79); }
td.TdClassName
{
border-color: #D6124F;
}
.TagClassName
{
border-color: #D6124F;
}
</style>