Shades of Ruby #D10A5F
Tints of Ruby #D10A5F
RGB
CMYK
RGB Variations
Color information
#D10A5F (or 0xD10A5F) is known color: Ruby. HEX triplet: D1, 0A and 5F. RGB value is (209,10,95). Sum of RGB (Red+Green+Blue) = 209+10+95=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10A5F is #2EF5A0. Grayscale: #4F4F4F. Windows color (decimal): -3077537 or 6228689. OLE color: 6228689.
HSL color Cylindrical-coordinate representation of color #D10A5F: hue angle of 334.37º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A5F is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 95 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.18 |
| HSL | 334.37º | 0.91% | 0.43% | - |
| HSV(B) | 334.37º | 0.95% | 0.82% | - |
| XYZ | 28.47 | 14.6 | 12.14 | - |
| YUV | 79.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 95 | 0 | 0.95 | 0.55 | 0.18 | 334.37 | 0.91 | 0.43 |
| Hex | D1 | A | 5F | 0 | 5F | 37 | 12 | 14E | 5B | 2B |
| Octal | 321 | 12 | 137 | 0 | 137 | 67 | 22 | 516 | 133 | 53 |
| Binary | 11010001 | 1010 | 1011111 | 0 | 1011111 | 110111 | 10010 | 101001110 | 1011011 | 101011 |
Color Harmonies of #D10A5F
Complementary color
Monochromatic Colors of #D10A5F
Black with #D10A5F
Text Example
Text Example
White with #D10A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A5F; }
p { color: rgb(209,10,95); }
H1.HeaderClassName
{
color: #D10A5F;
}
.AnyTagClassName
{
color: #D10A5F;
}
</style>
background-color css
<style>
a { background-color: #D10A5F; }
a { background-color: rgb(209,10,95); }
div.DivClassName
{
background-color: #D10A5F;
}
.BgClassName
{
background-color: #D10A5F;
}
</style>
border-color css
<style>
span { border-color: #D10A5F; }
span { border-color: rgb(209,10,95); }
td.TdClassName
{
border-color: #D10A5F;
}
.TagClassName
{
border-color: #D10A5F;
}
</style>