Shades of Ruby #D1185F
Tints of Ruby #D1185F
RGB
CMYK
RGB Variations
Color information
#D1185F (or 0xD1185F) is known color: Ruby. HEX triplet: D1, 18 and 5F. RGB value is (209,24,95). Sum of RGB (Red+Green+Blue) = 209+24+95=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D1185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1185F is #2EE7A0. Grayscale: #575757. Windows color (decimal): -3073953 or 6232273. OLE color: 6232273.
HSL color Cylindrical-coordinate representation of color #D1185F: hue angle of 336.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1185F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 95 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.18 |
| HSL | 336.97º | 0.79% | 0.46% | - |
| HSV(B) | 336.97º | 0.89% | 0.82% | - |
| XYZ | 28.69 | 15.03 | 12.22 | - |
| YUV | 87.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 95 | 0 | 0.89 | 0.55 | 0.18 | 336.97 | 0.79 | 0.46 |
| Hex | D1 | 18 | 5F | 0 | 59 | 37 | 12 | 151 | 4F | 2E |
| Octal | 321 | 30 | 137 | 0 | 131 | 67 | 22 | 521 | 117 | 56 |
| Binary | 11010001 | 11000 | 1011111 | 0 | 1011001 | 110111 | 10010 | 101010001 | 1001111 | 101110 |
Color Harmonies of #D1185F
Complementary color
Monochromatic Colors of #D1185F
Black with #D1185F
Text Example
Text Example
White with #D1185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1185F; }
p { color: rgb(209,24,95); }
H1.HeaderClassName
{
color: #D1185F;
}
.AnyTagClassName
{
color: #D1185F;
}
</style>
background-color css
<style>
a { background-color: #D1185F; }
a { background-color: rgb(209,24,95); }
div.DivClassName
{
background-color: #D1185F;
}
.BgClassName
{
background-color: #D1185F;
}
</style>
border-color css
<style>
span { border-color: #D1185F; }
span { border-color: rgb(209,24,95); }
td.TdClassName
{
border-color: #D1185F;
}
.TagClassName
{
border-color: #D1185F;
}
</style>