Shades of Ruby #D51554
Tints of Ruby #D51554
RGB
CMYK
RGB Variations
Color information
#D51554 (or 0xD51554) is known color: Ruby. HEX triplet: D5, 15 and 54. RGB value is (213,21,84). Sum of RGB (Red+Green+Blue) = 213+21+84=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D51554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51554 is #2AEAAB. Grayscale: #555555. Windows color (decimal): -2812588 or 5510613. OLE color: 5510613.
HSL color Cylindrical-coordinate representation of color #D51554: hue angle of 340.31º 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 #D51554 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 84 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.16 |
| HSL | 340.31º | 0.82% | 0.46% | - |
| HSV(B) | 340.31º | 0.9% | 0.84% | - |
| XYZ | 29.31 | 15.32 | 9.8 | - |
| YUV | 85.59 | 127.11 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 84 | 0 | 0.90 | 0.61 | 0.16 | 340.31 | 0.82 | 0.46 |
| Hex | D5 | 15 | 54 | 0 | 5A | 3D | 10 | 154 | 52 | 2E |
| Octal | 325 | 25 | 124 | 0 | 132 | 75 | 20 | 524 | 122 | 56 |
| Binary | 11010101 | 10101 | 1010100 | 0 | 1011010 | 111101 | 10000 | 101010100 | 1010010 | 101110 |
Color Harmonies of #D51554
Complementary color
Monochromatic Colors of #D51554
Black with #D51554
Text Example
Text Example
White with #D51554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51554; }
p { color: rgb(213,21,84); }
H1.HeaderClassName
{
color: #D51554;
}
.AnyTagClassName
{
color: #D51554;
}
</style>
background-color css
<style>
a { background-color: #D51554; }
a { background-color: rgb(213,21,84); }
div.DivClassName
{
background-color: #D51554;
}
.BgClassName
{
background-color: #D51554;
}
</style>
border-color css
<style>
span { border-color: #D51554; }
span { border-color: rgb(213,21,84); }
td.TdClassName
{
border-color: #D51554;
}
.TagClassName
{
border-color: #D51554;
}
</style>