Shades of Ruby #D41959
Tints of Ruby #D41959
RGB
CMYK
RGB Variations
Color information
#D41959 (or 0xD41959) is known color: Ruby. HEX triplet: D4, 19 and 59. RGB value is (212,25,89). Sum of RGB (Red+Green+Blue) = 212+25+89=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D41959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41959 is #2BE6A6. Grayscale: #585858. Windows color (decimal): -2877095 or 5839316. OLE color: 5839316.
HSL color Cylindrical-coordinate representation of color #D41959: hue angle of 339.47º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41959 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 89 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.17 |
| HSL | 339.47º | 0.79% | 0.46% | - |
| HSV(B) | 339.47º | 0.88% | 0.83% | - |
| XYZ | 29.3 | 15.41 | 10.88 | - |
| YUV | 88.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 89 | 0 | 0.88 | 0.58 | 0.17 | 339.47 | 0.79 | 0.46 |
| Hex | D4 | 19 | 59 | 0 | 58 | 3A | 11 | 153 | 4F | 2E |
| Octal | 324 | 31 | 131 | 0 | 130 | 72 | 21 | 523 | 117 | 56 |
| Binary | 11010100 | 11001 | 1011001 | 0 | 1011000 | 111010 | 10001 | 101010011 | 1001111 | 101110 |
Color Harmonies of #D41959
Complementary color
Monochromatic Colors of #D41959
Black with #D41959
Text Example
Text Example
White with #D41959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41959; }
p { color: rgb(212,25,89); }
H1.HeaderClassName
{
color: #D41959;
}
.AnyTagClassName
{
color: #D41959;
}
</style>
background-color css
<style>
a { background-color: #D41959; }
a { background-color: rgb(212,25,89); }
div.DivClassName
{
background-color: #D41959;
}
.BgClassName
{
background-color: #D41959;
}
</style>
border-color css
<style>
span { border-color: #D41959; }
span { border-color: rgb(212,25,89); }
td.TdClassName
{
border-color: #D41959;
}
.TagClassName
{
border-color: #D41959;
}
</style>