Shades of Ruby #D41755
Tints of Ruby #D41755
RGB
CMYK
RGB Variations
Color information
#D41755 (or 0xD41755) is known color: Ruby. HEX triplet: D4, 17 and 55. RGB value is (212,23,85). Sum of RGB (Red+Green+Blue) = 212+23+85=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D41755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41755 is #2BE8AA. Grayscale: #565656. Windows color (decimal): -2877611 or 5576660. OLE color: 5576660.
HSL color Cylindrical-coordinate representation of color #D41755: hue angle of 340.32º 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 #D41755 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 85 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.17 |
| HSL | 340.32º | 0.8% | 0.46% | - |
| HSV(B) | 340.32º | 0.89% | 0.83% | - |
| XYZ | 29.1 | 15.27 | 10.01 | - |
| YUV | 86.58 | 127.12 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 85 | 0 | 0.89 | 0.60 | 0.17 | 340.32 | 0.8 | 0.46 |
| Hex | D4 | 17 | 55 | 0 | 59 | 3C | 11 | 154 | 50 | 2E |
| Octal | 324 | 27 | 125 | 0 | 131 | 74 | 21 | 524 | 120 | 56 |
| Binary | 11010100 | 10111 | 1010101 | 0 | 1011001 | 111100 | 10001 | 101010100 | 1010000 | 101110 |
Color Harmonies of #D41755
Complementary color
Monochromatic Colors of #D41755
Black with #D41755
Text Example
Text Example
White with #D41755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41755; }
p { color: rgb(212,23,85); }
H1.HeaderClassName
{
color: #D41755;
}
.AnyTagClassName
{
color: #D41755;
}
</style>
background-color css
<style>
a { background-color: #D41755; }
a { background-color: rgb(212,23,85); }
div.DivClassName
{
background-color: #D41755;
}
.BgClassName
{
background-color: #D41755;
}
</style>
border-color css
<style>
span { border-color: #D41755; }
span { border-color: rgb(212,23,85); }
td.TdClassName
{
border-color: #D41755;
}
.TagClassName
{
border-color: #D41755;
}
</style>