Shades of Ruby #D41951
Tints of Ruby #D41951
RGB
CMYK
RGB Variations
Color information
#D41951 (or 0xD41951) is known color: Ruby. HEX triplet: D4, 19 and 51. RGB value is (212,25,81). Sum of RGB (Red+Green+Blue) = 212+25+81=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D41951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41951 is #2BE6AE. Grayscale: #575757. Windows color (decimal): -2877103 or 5315028. OLE color: 5315028.
HSL color Cylindrical-coordinate representation of color #D41951: hue angle of 342.03º 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 #D41951 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 81 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.17 |
| HSL | 342.03º | 0.79% | 0.46% | - |
| HSV(B) | 342.03º | 0.88% | 0.83% | - |
| XYZ | 28.98 | 15.29 | 9.21 | - |
| YUV | 87.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 81 | 0 | 0.88 | 0.62 | 0.17 | 342.03 | 0.79 | 0.46 |
| Hex | D4 | 19 | 51 | 0 | 58 | 3E | 11 | 156 | 4F | 2E |
| Octal | 324 | 31 | 121 | 0 | 130 | 76 | 21 | 526 | 117 | 56 |
| Binary | 11010100 | 11001 | 1010001 | 0 | 1011000 | 111110 | 10001 | 101010110 | 1001111 | 101110 |
Color Harmonies of #D41951
Complementary color
Monochromatic Colors of #D41951
Black with #D41951
Text Example
Text Example
White with #D41951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41951; }
p { color: rgb(212,25,81); }
H1.HeaderClassName
{
color: #D41951;
}
.AnyTagClassName
{
color: #D41951;
}
</style>
background-color css
<style>
a { background-color: #D41951; }
a { background-color: rgb(212,25,81); }
div.DivClassName
{
background-color: #D41951;
}
.BgClassName
{
background-color: #D41951;
}
</style>
border-color css
<style>
span { border-color: #D41951; }
span { border-color: rgb(212,25,81); }
td.TdClassName
{
border-color: #D41951;
}
.TagClassName
{
border-color: #D41951;
}
</style>