Shades of Ruby #D5154F
Tints of Ruby #D5154F
RGB
CMYK
RGB Variations
Color information
#D5154F (or 0xD5154F) is known color: Ruby. HEX triplet: D5, 15 and 4F. RGB value is (213,21,79). Sum of RGB (Red+Green+Blue) = 213+21+79=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5154F is #2AEAB0. Grayscale: #545454. Windows color (decimal): -2812593 or 5182933. OLE color: 5182933.
HSL color Cylindrical-coordinate representation of color #D5154F: hue angle of 341.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5154F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 79 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.16 |
| HSL | 341.88º | 0.82% | 0.46% | - |
| HSV(B) | 341.88º | 0.9% | 0.84% | - |
| XYZ | 29.12 | 15.25 | 8.81 | - |
| YUV | 85.02 | 124.61 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 79 | 0 | 0.90 | 0.63 | 0.16 | 341.88 | 0.82 | 0.46 |
| Hex | D5 | 15 | 4F | 0 | 5A | 3F | 10 | 156 | 52 | 2E |
| Octal | 325 | 25 | 117 | 0 | 132 | 77 | 20 | 526 | 122 | 56 |
| Binary | 11010101 | 10101 | 1001111 | 0 | 1011010 | 111111 | 10000 | 101010110 | 1010010 | 101110 |
Color Harmonies of #D5154F
Complementary color
Monochromatic Colors of #D5154F
Black with #D5154F
Text Example
Text Example
White with #D5154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5154F; }
p { color: rgb(213,21,79); }
H1.HeaderClassName
{
color: #D5154F;
}
.AnyTagClassName
{
color: #D5154F;
}
</style>
background-color css
<style>
a { background-color: #D5154F; }
a { background-color: rgb(213,21,79); }
div.DivClassName
{
background-color: #D5154F;
}
.BgClassName
{
background-color: #D5154F;
}
</style>
border-color css
<style>
span { border-color: #D5154F; }
span { border-color: rgb(213,21,79); }
td.TdClassName
{
border-color: #D5154F;
}
.TagClassName
{
border-color: #D5154F;
}
</style>