Shades of Ruby #D9144E
Tints of Ruby #D9144E
RGB
CMYK
RGB Variations
Color information
#D9144E (or 0xD9144E) is known color: Ruby. HEX triplet: D9, 14 and 4E. RGB value is (217,20,78). Sum of RGB (Red+Green+Blue) = 217+20+78=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9144E is #26EBB1. Grayscale: #555555. Windows color (decimal): -2550706 or 5117145. OLE color: 5117145.
HSL color Cylindrical-coordinate representation of color #D9144E: hue angle of 342.34º degrees, saturation: 0.83, 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 #D9144E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.15 |
| HSL | 342.34º | 0.83% | 0.46% | - |
| HSV(B) | 342.34º | 0.91% | 0.85% | - |
| XYZ | 30.24 | 15.8 | 8.66 | - |
| YUV | 85.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 78 | 0 | 0.91 | 0.64 | 0.15 | 342.34 | 0.83 | 0.46 |
| Hex | D9 | 14 | 4E | 0 | 5B | 40 | F | 156 | 53 | 2E |
| Octal | 331 | 24 | 116 | 0 | 133 | 100 | 17 | 526 | 123 | 56 |
| Binary | 11011001 | 10100 | 1001110 | 0 | 1011011 | 1000000 | 1111 | 101010110 | 1010011 | 101110 |
Color Harmonies of #D9144E
Complementary color
Monochromatic Colors of #D9144E
Black with #D9144E
Text Example
Text Example
White with #D9144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9144E; }
p { color: rgb(217,20,78); }
H1.HeaderClassName
{
color: #D9144E;
}
.AnyTagClassName
{
color: #D9144E;
}
</style>
background-color css
<style>
a { background-color: #D9144E; }
a { background-color: rgb(217,20,78); }
div.DivClassName
{
background-color: #D9144E;
}
.BgClassName
{
background-color: #D9144E;
}
</style>
border-color css
<style>
span { border-color: #D9144E; }
span { border-color: rgb(217,20,78); }
td.TdClassName
{
border-color: #D9144E;
}
.TagClassName
{
border-color: #D9144E;
}
</style>