Shades of Ruby #D41850
Tints of Ruby #D41850
RGB
CMYK
RGB Variations
Color information
#D41850 (or 0xD41850) is known color: Ruby. HEX triplet: D4, 18 and 50. RGB value is (212,24,80). Sum of RGB (Red+Green+Blue) = 212+24+80=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D41850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41850 is #2BE7AF. Grayscale: #565656. Windows color (decimal): -2877360 or 5249236. OLE color: 5249236.
HSL color Cylindrical-coordinate representation of color #D41850: hue angle of 342.13º 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 #D41850 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 80 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.17 |
| HSL | 342.13º | 0.8% | 0.46% | - |
| HSV(B) | 342.13º | 0.89% | 0.83% | - |
| XYZ | 28.93 | 15.23 | 9 | - |
| YUV | 86.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 80 | 0 | 0.89 | 0.62 | 0.17 | 342.13 | 0.8 | 0.46 |
| Hex | D4 | 18 | 50 | 0 | 59 | 3E | 11 | 156 | 50 | 2E |
| Octal | 324 | 30 | 120 | 0 | 131 | 76 | 21 | 526 | 120 | 56 |
| Binary | 11010100 | 11000 | 1010000 | 0 | 1011001 | 111110 | 10001 | 101010110 | 1010000 | 101110 |
Color Harmonies of #D41850
Complementary color
Monochromatic Colors of #D41850
Black with #D41850
Text Example
Text Example
White with #D41850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41850; }
p { color: rgb(212,24,80); }
H1.HeaderClassName
{
color: #D41850;
}
.AnyTagClassName
{
color: #D41850;
}
</style>
background-color css
<style>
a { background-color: #D41850; }
a { background-color: rgb(212,24,80); }
div.DivClassName
{
background-color: #D41850;
}
.BgClassName
{
background-color: #D41850;
}
</style>
border-color css
<style>
span { border-color: #D41850; }
span { border-color: rgb(212,24,80); }
td.TdClassName
{
border-color: #D41850;
}
.TagClassName
{
border-color: #D41850;
}
</style>