Shades of Ruby #D51C54
Tints of Ruby #D51C54
RGB
CMYK
RGB Variations
Color information
#D51C54 (or 0xD51C54) is known color: Ruby. HEX triplet: D5, 1C and 54. RGB value is (213,28,84). Sum of RGB (Red+Green+Blue) = 213+28+84=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51C54 is #2AE3AB. Grayscale: #595959. Windows color (decimal): -2810796 or 5512405. OLE color: 5512405.
HSL color Cylindrical-coordinate representation of color #D51C54: hue angle of 341.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C54 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 84 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.16 |
| HSL | 341.84º | 0.77% | 0.47% | - |
| HSV(B) | 341.84º | 0.87% | 0.84% | - |
| XYZ | 29.46 | 15.62 | 9.85 | - |
| YUV | 89.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 84 | 0 | 0.87 | 0.61 | 0.16 | 341.84 | 0.77 | 0.47 |
| Hex | D5 | 1C | 54 | 0 | 57 | 3D | 10 | 156 | 4D | 2F |
| Octal | 325 | 34 | 124 | 0 | 127 | 75 | 20 | 526 | 115 | 57 |
| Binary | 11010101 | 11100 | 1010100 | 0 | 1010111 | 111101 | 10000 | 101010110 | 1001101 | 101111 |
Color Harmonies of #D51C54
Complementary color
Monochromatic Colors of #D51C54
Black with #D51C54
Text Example
Text Example
White with #D51C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C54; }
p { color: rgb(213,28,84); }
H1.HeaderClassName
{
color: #D51C54;
}
.AnyTagClassName
{
color: #D51C54;
}
</style>
background-color css
<style>
a { background-color: #D51C54; }
a { background-color: rgb(213,28,84); }
div.DivClassName
{
background-color: #D51C54;
}
.BgClassName
{
background-color: #D51C54;
}
</style>
border-color css
<style>
span { border-color: #D51C54; }
span { border-color: rgb(213,28,84); }
td.TdClassName
{
border-color: #D51C54;
}
.TagClassName
{
border-color: #D51C54;
}
</style>