Shades of Ruby #D1114F
Tints of Ruby #D1114F
RGB
CMYK
RGB Variations
Color information
#D1114F (or 0xD1114F) is known color: Ruby. HEX triplet: D1, 11 and 4F. RGB value is (209,17,79). Sum of RGB (Red+Green+Blue) = 209+17+79=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1114F is #2EEEB0. Grayscale: #515151. Windows color (decimal): -3075761 or 5181905. OLE color: 5181905.
HSL color Cylindrical-coordinate representation of color #D1114F: hue angle of 340.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1114F is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 79 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.18 |
| HSL | 340.63º | 0.85% | 0.44% | - |
| HSV(B) | 340.63º | 0.92% | 0.82% | - |
| XYZ | 27.91 | 14.52 | 8.73 | - |
| YUV | 81.48 | 126.61 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 79 | 0 | 0.92 | 0.62 | 0.18 | 340.63 | 0.85 | 0.44 |
| Hex | D1 | 11 | 4F | 0 | 5C | 3E | 12 | 155 | 55 | 2C |
| Octal | 321 | 21 | 117 | 0 | 134 | 76 | 22 | 525 | 125 | 54 |
| Binary | 11010001 | 10001 | 1001111 | 0 | 1011100 | 111110 | 10010 | 101010101 | 1010101 | 101100 |
Color Harmonies of #D1114F
Complementary color
Monochromatic Colors of #D1114F
Black with #D1114F
Text Example
Text Example
White with #D1114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1114F; }
p { color: rgb(209,17,79); }
H1.HeaderClassName
{
color: #D1114F;
}
.AnyTagClassName
{
color: #D1114F;
}
</style>
background-color css
<style>
a { background-color: #D1114F; }
a { background-color: rgb(209,17,79); }
div.DivClassName
{
background-color: #D1114F;
}
.BgClassName
{
background-color: #D1114F;
}
</style>
border-color css
<style>
span { border-color: #D1114F; }
span { border-color: rgb(209,17,79); }
td.TdClassName
{
border-color: #D1114F;
}
.TagClassName
{
border-color: #D1114F;
}
</style>