Shades of Ruby #D41851
Tints of Ruby #D41851
RGB
CMYK
RGB Variations
Color information
#D41851 (or 0xD41851) is known color: Ruby. HEX triplet: D4, 18 and 51. RGB value is (212,24,81). Sum of RGB (Red+Green+Blue) = 212+24+81=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D41851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41851 is #2BE7AE. Grayscale: #565656. Windows color (decimal): -2877359 or 5314772. OLE color: 5314772.
HSL color Cylindrical-coordinate representation of color #D41851: hue angle of 341.81º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41851 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 81 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.17 |
| HSL | 341.81º | 0.8% | 0.46% | - |
| HSV(B) | 341.81º | 0.89% | 0.83% | - |
| XYZ | 28.96 | 15.24 | 9.2 | - |
| YUV | 86.71 | 124.78 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 81 | 0 | 0.89 | 0.62 | 0.17 | 341.81 | 0.8 | 0.46 |
| Hex | D4 | 18 | 51 | 0 | 59 | 3E | 11 | 156 | 50 | 2E |
| Octal | 324 | 30 | 121 | 0 | 131 | 76 | 21 | 526 | 120 | 56 |
| Binary | 11010100 | 11000 | 1010001 | 0 | 1011001 | 111110 | 10001 | 101010110 | 1010000 | 101110 |
Color Harmonies of #D41851
Complementary color
Monochromatic Colors of #D41851
Black with #D41851
Text Example
Text Example
White with #D41851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41851; }
p { color: rgb(212,24,81); }
H1.HeaderClassName
{
color: #D41851;
}
.AnyTagClassName
{
color: #D41851;
}
</style>
background-color css
<style>
a { background-color: #D41851; }
a { background-color: rgb(212,24,81); }
div.DivClassName
{
background-color: #D41851;
}
.BgClassName
{
background-color: #D41851;
}
</style>
border-color css
<style>
span { border-color: #D41851; }
span { border-color: rgb(212,24,81); }
td.TdClassName
{
border-color: #D41851;
}
.TagClassName
{
border-color: #D41851;
}
</style>