Shades of Ruby #D41556
Tints of Ruby #D41556
RGB
CMYK
RGB Variations
Color information
#D41556 (or 0xD41556) is known color: Ruby. HEX triplet: D4, 15 and 56. RGB value is (212,21,86). Sum of RGB (Red+Green+Blue) = 212+21+86=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D41556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41556 is #2BEAA9. Grayscale: #555555. Windows color (decimal): -2878122 or 5641684. OLE color: 5641684.
HSL color Cylindrical-coordinate representation of color #D41556: hue angle of 339.58º 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 #D41556 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.17 |
| HSL | 339.58º | 0.82% | 0.46% | - |
| HSV(B) | 339.58º | 0.9% | 0.83% | - |
| XYZ | 29.1 | 15.21 | 10.21 | - |
| YUV | 85.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 86 | 0 | 0.90 | 0.59 | 0.17 | 339.58 | 0.82 | 0.46 |
| Hex | D4 | 15 | 56 | 0 | 5A | 3B | 11 | 154 | 52 | 2E |
| Octal | 324 | 25 | 126 | 0 | 132 | 73 | 21 | 524 | 122 | 56 |
| Binary | 11010100 | 10101 | 1010110 | 0 | 1011010 | 111011 | 10001 | 101010100 | 1010010 | 101110 |
Color Harmonies of #D41556
Complementary color
Monochromatic Colors of #D41556
Black with #D41556
Text Example
Text Example
White with #D41556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41556; }
p { color: rgb(212,21,86); }
H1.HeaderClassName
{
color: #D41556;
}
.AnyTagClassName
{
color: #D41556;
}
</style>
background-color css
<style>
a { background-color: #D41556; }
a { background-color: rgb(212,21,86); }
div.DivClassName
{
background-color: #D41556;
}
.BgClassName
{
background-color: #D41556;
}
</style>
border-color css
<style>
span { border-color: #D41556; }
span { border-color: rgb(212,21,86); }
td.TdClassName
{
border-color: #D41556;
}
.TagClassName
{
border-color: #D41556;
}
</style>