Shades of Ruby #D4154F
Tints of Ruby #D4154F
RGB
CMYK
RGB Variations
Color information
#D4154F (or 0xD4154F) is known color: Ruby. HEX triplet: D4, 15 and 4F. RGB value is (212,21,79). Sum of RGB (Red+Green+Blue) = 212+21+79=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4154F is #2BEAB0. Grayscale: #545454. Windows color (decimal): -2878129 or 5182932. OLE color: 5182932.
HSL color Cylindrical-coordinate representation of color #D4154F: hue angle of 341.78º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4154F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 79 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.17 |
| HSL | 341.78º | 0.82% | 0.46% | - |
| HSV(B) | 341.78º | 0.9% | 0.83% | - |
| XYZ | 28.83 | 15.1 | 8.79 | - |
| YUV | 84.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 79 | 0 | 0.90 | 0.63 | 0.17 | 341.78 | 0.82 | 0.46 |
| Hex | D4 | 15 | 4F | 0 | 5A | 3F | 11 | 156 | 52 | 2E |
| Octal | 324 | 25 | 117 | 0 | 132 | 77 | 21 | 526 | 122 | 56 |
| Binary | 11010100 | 10101 | 1001111 | 0 | 1011010 | 111111 | 10001 | 101010110 | 1010010 | 101110 |
Color Harmonies of #D4154F
Complementary color
Monochromatic Colors of #D4154F
Black with #D4154F
Text Example
Text Example
White with #D4154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4154F; }
p { color: rgb(212,21,79); }
H1.HeaderClassName
{
color: #D4154F;
}
.AnyTagClassName
{
color: #D4154F;
}
</style>
background-color css
<style>
a { background-color: #D4154F; }
a { background-color: rgb(212,21,79); }
div.DivClassName
{
background-color: #D4154F;
}
.BgClassName
{
background-color: #D4154F;
}
</style>
border-color css
<style>
span { border-color: #D4154F; }
span { border-color: rgb(212,21,79); }
td.TdClassName
{
border-color: #D4154F;
}
.TagClassName
{
border-color: #D4154F;
}
</style>