Shades of Ruby #D41550
Tints of Ruby #D41550
RGB
CMYK
RGB Variations
Color information
#D41550 (or 0xD41550) is known color: Ruby. HEX triplet: D4, 15 and 50. RGB value is (212,21,80). Sum of RGB (Red+Green+Blue) = 212+21+80=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D41550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41550 is #2BEAAF. Grayscale: #545454. Windows color (decimal): -2878128 or 5248468. OLE color: 5248468.
HSL color Cylindrical-coordinate representation of color #D41550: hue angle of 341.47º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41550 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 80 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.17 |
| HSL | 341.47º | 0.82% | 0.46% | - |
| HSV(B) | 341.47º | 0.9% | 0.83% | - |
| XYZ | 28.87 | 15.11 | 8.98 | - |
| YUV | 84.84 | 125.28 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 80 | 0 | 0.90 | 0.62 | 0.17 | 341.47 | 0.82 | 0.46 |
| Hex | D4 | 15 | 50 | 0 | 5A | 3E | 11 | 155 | 52 | 2E |
| Octal | 324 | 25 | 120 | 0 | 132 | 76 | 21 | 525 | 122 | 56 |
| Binary | 11010100 | 10101 | 1010000 | 0 | 1011010 | 111110 | 10001 | 101010101 | 1010010 | 101110 |
Color Harmonies of #D41550
Complementary color
Monochromatic Colors of #D41550
Black with #D41550
Text Example
Text Example
White with #D41550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41550; }
p { color: rgb(212,21,80); }
H1.HeaderClassName
{
color: #D41550;
}
.AnyTagClassName
{
color: #D41550;
}
</style>
background-color css
<style>
a { background-color: #D41550; }
a { background-color: rgb(212,21,80); }
div.DivClassName
{
background-color: #D41550;
}
.BgClassName
{
background-color: #D41550;
}
</style>
border-color css
<style>
span { border-color: #D41550; }
span { border-color: rgb(212,21,80); }
td.TdClassName
{
border-color: #D41550;
}
.TagClassName
{
border-color: #D41550;
}
</style>