Shades of Ruby #D41855
Tints of Ruby #D41855
RGB
CMYK
RGB Variations
Color information
#D41855 (or 0xD41855) is known color: Ruby. HEX triplet: D4, 18 and 55. RGB value is (212,24,85). Sum of RGB (Red+Green+Blue) = 212+24+85=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D41855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41855 is #2BE7AA. Grayscale: #575757. Windows color (decimal): -2877355 or 5576916. OLE color: 5576916.
HSL color Cylindrical-coordinate representation of color #D41855: hue angle of 340.53º 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 #D41855 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 85 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.17 |
| HSL | 340.53º | 0.8% | 0.46% | - |
| HSV(B) | 340.53º | 0.89% | 0.83% | - |
| XYZ | 29.12 | 15.31 | 10.01 | - |
| YUV | 87.17 | 126.78 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 85 | 0 | 0.89 | 0.60 | 0.17 | 340.53 | 0.8 | 0.46 |
| Hex | D4 | 18 | 55 | 0 | 59 | 3C | 11 | 155 | 50 | 2E |
| Octal | 324 | 30 | 125 | 0 | 131 | 74 | 21 | 525 | 120 | 56 |
| Binary | 11010100 | 11000 | 1010101 | 0 | 1011001 | 111100 | 10001 | 101010101 | 1010000 | 101110 |
Color Harmonies of #D41855
Complementary color
Monochromatic Colors of #D41855
Black with #D41855
Text Example
Text Example
White with #D41855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41855; }
p { color: rgb(212,24,85); }
H1.HeaderClassName
{
color: #D41855;
}
.AnyTagClassName
{
color: #D41855;
}
</style>
background-color css
<style>
a { background-color: #D41855; }
a { background-color: rgb(212,24,85); }
div.DivClassName
{
background-color: #D41855;
}
.BgClassName
{
background-color: #D41855;
}
</style>
border-color css
<style>
span { border-color: #D41855; }
span { border-color: rgb(212,24,85); }
td.TdClassName
{
border-color: #D41855;
}
.TagClassName
{
border-color: #D41855;
}
</style>