Shades of Ruby #D21A55
Tints of Ruby #D21A55
RGB
CMYK
RGB Variations
Color information
#D21A55 (or 0xD21A55) is known color: Ruby. HEX triplet: D2, 1A and 55. RGB value is (210,26,85). Sum of RGB (Red+Green+Blue) = 210+26+85=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A55 is #2DE5AA. Grayscale: #575757. Windows color (decimal): -3007915 or 5577426. OLE color: 5577426.
HSL color Cylindrical-coordinate representation of color #D21A55: hue angle of 340.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A55 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 85 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.18 |
| HSL | 340.76º | 0.78% | 0.46% | - |
| HSV(B) | 340.76º | 0.88% | 0.82% | - |
| XYZ | 28.59 | 15.1 | 10 | - |
| YUV | 87.74 | 126.46 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 85 | 0 | 0.88 | 0.60 | 0.18 | 340.76 | 0.78 | 0.46 |
| Hex | D2 | 1A | 55 | 0 | 58 | 3C | 12 | 155 | 4E | 2E |
| Octal | 322 | 32 | 125 | 0 | 130 | 74 | 22 | 525 | 116 | 56 |
| Binary | 11010010 | 11010 | 1010101 | 0 | 1011000 | 111100 | 10010 | 101010101 | 1001110 | 101110 |
Color Harmonies of #D21A55
Complementary color
Monochromatic Colors of #D21A55
Black with #D21A55
Text Example
Text Example
White with #D21A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A55; }
p { color: rgb(210,26,85); }
H1.HeaderClassName
{
color: #D21A55;
}
.AnyTagClassName
{
color: #D21A55;
}
</style>
background-color css
<style>
a { background-color: #D21A55; }
a { background-color: rgb(210,26,85); }
div.DivClassName
{
background-color: #D21A55;
}
.BgClassName
{
background-color: #D21A55;
}
</style>
border-color css
<style>
span { border-color: #D21A55; }
span { border-color: rgb(210,26,85); }
td.TdClassName
{
border-color: #D21A55;
}
.TagClassName
{
border-color: #D21A55;
}
</style>