Shades of Ruby #D41A58
Tints of Ruby #D41A58
RGB
CMYK
RGB Variations
Color information
#D41A58 (or 0xD41A58) is known color: Ruby. HEX triplet: D4, 1A and 58. RGB value is (212,26,88). Sum of RGB (Red+Green+Blue) = 212+26+88=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41A58 is #2BE5A7. Grayscale: #585858. Windows color (decimal): -2876840 or 5774036. OLE color: 5774036.
HSL color Cylindrical-coordinate representation of color #D41A58: hue angle of 340º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A58 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 88 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.17 |
| HSL | 340º | 0.78% | 0.47% | - |
| HSV(B) | 340º | 0.88% | 0.83% | - |
| XYZ | 29.28 | 15.44 | 10.67 | - |
| YUV | 88.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 88 | 0 | 0.88 | 0.58 | 0.17 | 340 | 0.78 | 0.47 |
| Hex | D4 | 1A | 58 | 0 | 58 | 3A | 11 | 154 | 4E | 2F |
| Octal | 324 | 32 | 130 | 0 | 130 | 72 | 21 | 524 | 116 | 57 |
| Binary | 11010100 | 11010 | 1011000 | 0 | 1011000 | 111010 | 10001 | 101010100 | 1001110 | 101111 |
Color Harmonies of #D41A58
Complementary color
Monochromatic Colors of #D41A58
Black with #D41A58
Text Example
Text Example
White with #D41A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A58; }
p { color: rgb(212,26,88); }
H1.HeaderClassName
{
color: #D41A58;
}
.AnyTagClassName
{
color: #D41A58;
}
</style>
background-color css
<style>
a { background-color: #D41A58; }
a { background-color: rgb(212,26,88); }
div.DivClassName
{
background-color: #D41A58;
}
.BgClassName
{
background-color: #D41A58;
}
</style>
border-color css
<style>
span { border-color: #D41A58; }
span { border-color: rgb(212,26,88); }
td.TdClassName
{
border-color: #D41A58;
}
.TagClassName
{
border-color: #D41A58;
}
</style>