Shades of Ruby #D41259
Tints of Ruby #D41259
RGB
CMYK
RGB Variations
Color information
#D41259 (or 0xD41259) is known color: Ruby. HEX triplet: D4, 12 and 59. RGB value is (212,18,89). Sum of RGB (Red+Green+Blue) = 212+18+89=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D41259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41259 is #2BEDA6. Grayscale: #545454. Windows color (decimal): -2878887 or 5837524. OLE color: 5837524.
HSL color Cylindrical-coordinate representation of color #D41259: hue angle of 338.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41259 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 89 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.17 |
| HSL | 338.04º | 0.84% | 0.45% | - |
| HSV(B) | 338.04º | 0.92% | 0.83% | - |
| XYZ | 29.17 | 15.15 | 10.84 | - |
| YUV | 84.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 89 | 0 | 0.92 | 0.58 | 0.17 | 338.04 | 0.84 | 0.45 |
| Hex | D4 | 12 | 59 | 0 | 5C | 3A | 11 | 152 | 54 | 2D |
| Octal | 324 | 22 | 131 | 0 | 134 | 72 | 21 | 522 | 124 | 55 |
| Binary | 11010100 | 10010 | 1011001 | 0 | 1011100 | 111010 | 10001 | 101010010 | 1010100 | 101101 |
Color Harmonies of #D41259
Complementary color
Monochromatic Colors of #D41259
Black with #D41259
Text Example
Text Example
White with #D41259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41259; }
p { color: rgb(212,18,89); }
H1.HeaderClassName
{
color: #D41259;
}
.AnyTagClassName
{
color: #D41259;
}
</style>
background-color css
<style>
a { background-color: #D41259; }
a { background-color: rgb(212,18,89); }
div.DivClassName
{
background-color: #D41259;
}
.BgClassName
{
background-color: #D41259;
}
</style>
border-color css
<style>
span { border-color: #D41259; }
span { border-color: rgb(212,18,89); }
td.TdClassName
{
border-color: #D41259;
}
.TagClassName
{
border-color: #D41259;
}
</style>