Shades of Ruby #D9134F
Tints of Ruby #D9134F
RGB
CMYK
RGB Variations
Color information
#D9134F (or 0xD9134F) is known color: Ruby. HEX triplet: D9, 13 and 4F. RGB value is (217,19,79). Sum of RGB (Red+Green+Blue) = 217+19+79=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9134F is #26ECB0. Grayscale: #545454. Windows color (decimal): -2550961 or 5182425. OLE color: 5182425.
HSL color Cylindrical-coordinate representation of color #D9134F: hue angle of 341.82º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9134F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.15 |
| HSL | 341.82º | 0.84% | 0.46% | - |
| HSV(B) | 341.82º | 0.91% | 0.85% | - |
| XYZ | 30.26 | 15.78 | 8.85 | - |
| YUV | 85.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 79 | 0 | 0.91 | 0.64 | 0.15 | 341.82 | 0.84 | 0.46 |
| Hex | D9 | 13 | 4F | 0 | 5B | 40 | F | 156 | 54 | 2E |
| Octal | 331 | 23 | 117 | 0 | 133 | 100 | 17 | 526 | 124 | 56 |
| Binary | 11011001 | 10011 | 1001111 | 0 | 1011011 | 1000000 | 1111 | 101010110 | 1010100 | 101110 |
Color Harmonies of #D9134F
Complementary color
Monochromatic Colors of #D9134F
Black with #D9134F
Text Example
Text Example
White with #D9134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9134F; }
p { color: rgb(217,19,79); }
H1.HeaderClassName
{
color: #D9134F;
}
.AnyTagClassName
{
color: #D9134F;
}
</style>
background-color css
<style>
a { background-color: #D9134F; }
a { background-color: rgb(217,19,79); }
div.DivClassName
{
background-color: #D9134F;
}
.BgClassName
{
background-color: #D9134F;
}
</style>
border-color css
<style>
span { border-color: #D9134F; }
span { border-color: rgb(217,19,79); }
td.TdClassName
{
border-color: #D9134F;
}
.TagClassName
{
border-color: #D9134F;
}
</style>