Shades of Ruby #D41D54
Tints of Ruby #D41D54
RGB
CMYK
RGB Variations
Color information
#D41D54 (or 0xD41D54) is known color: Ruby. HEX triplet: D4, 1D and 54. RGB value is (212,29,84). Sum of RGB (Red+Green+Blue) = 212+29+84=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D54 is #2BE2AB. Grayscale: #595959. Windows color (decimal): -2876076 or 5512660. OLE color: 5512660.
HSL color Cylindrical-coordinate representation of color #D41D54: hue angle of 341.97º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D54 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 84 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.17 |
| HSL | 341.97º | 0.76% | 0.47% | - |
| HSV(B) | 341.97º | 0.86% | 0.83% | - |
| XYZ | 29.19 | 15.52 | 9.84 | - |
| YUV | 89.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 84 | 0 | 0.86 | 0.60 | 0.17 | 341.97 | 0.76 | 0.47 |
| Hex | D4 | 1D | 54 | 0 | 56 | 3C | 11 | 156 | 4C | 2F |
| Octal | 324 | 35 | 124 | 0 | 126 | 74 | 21 | 526 | 114 | 57 |
| Binary | 11010100 | 11101 | 1010100 | 0 | 1010110 | 111100 | 10001 | 101010110 | 1001100 | 101111 |
Color Harmonies of #D41D54
Complementary color
Monochromatic Colors of #D41D54
Black with #D41D54
Text Example
Text Example
White with #D41D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D54; }
p { color: rgb(212,29,84); }
H1.HeaderClassName
{
color: #D41D54;
}
.AnyTagClassName
{
color: #D41D54;
}
</style>
background-color css
<style>
a { background-color: #D41D54; }
a { background-color: rgb(212,29,84); }
div.DivClassName
{
background-color: #D41D54;
}
.BgClassName
{
background-color: #D41D54;
}
</style>
border-color css
<style>
span { border-color: #D41D54; }
span { border-color: rgb(212,29,84); }
td.TdClassName
{
border-color: #D41D54;
}
.TagClassName
{
border-color: #D41D54;
}
</style>