Shades of Ruby #D41555
Tints of Ruby #D41555
RGB
CMYK
RGB Variations
Color information
#D41555 (or 0xD41555) is known color: Ruby. HEX triplet: D4, 15 and 55. RGB value is (212,21,85). Sum of RGB (Red+Green+Blue) = 212+21+85=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D41555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41555 is #2BEAAA. Grayscale: #555555. Windows color (decimal): -2878123 or 5576148. OLE color: 5576148.
HSL color Cylindrical-coordinate representation of color #D41555: hue angle of 339.9º 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 #D41555 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 85 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.17 |
| HSL | 339.9º | 0.82% | 0.46% | - |
| HSV(B) | 339.9º | 0.9% | 0.83% | - |
| XYZ | 29.06 | 15.19 | 9.99 | - |
| YUV | 85.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 85 | 0 | 0.90 | 0.60 | 0.17 | 339.9 | 0.82 | 0.46 |
| Hex | D4 | 15 | 55 | 0 | 5A | 3C | 11 | 154 | 52 | 2E |
| Octal | 324 | 25 | 125 | 0 | 132 | 74 | 21 | 524 | 122 | 56 |
| Binary | 11010100 | 10101 | 1010101 | 0 | 1011010 | 111100 | 10001 | 101010100 | 1010010 | 101110 |
Color Harmonies of #D41555
Complementary color
Monochromatic Colors of #D41555
Black with #D41555
Text Example
Text Example
White with #D41555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41555; }
p { color: rgb(212,21,85); }
H1.HeaderClassName
{
color: #D41555;
}
.AnyTagClassName
{
color: #D41555;
}
</style>
background-color css
<style>
a { background-color: #D41555; }
a { background-color: rgb(212,21,85); }
div.DivClassName
{
background-color: #D41555;
}
.BgClassName
{
background-color: #D41555;
}
</style>
border-color css
<style>
span { border-color: #D41555; }
span { border-color: rgb(212,21,85); }
td.TdClassName
{
border-color: #D41555;
}
.TagClassName
{
border-color: #D41555;
}
</style>