Shades of Ruby #D21A50
Tints of Ruby #D21A50
RGB
CMYK
RGB Variations
Color information
#D21A50 (or 0xD21A50) is known color: Ruby. HEX triplet: D2, 1A and 50. RGB value is (210,26,80). Sum of RGB (Red+Green+Blue) = 210+26+80=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A50 is #2DE5AF. Grayscale: #575757. Windows color (decimal): -3007920 or 5249746. OLE color: 5249746.
HSL color Cylindrical-coordinate representation of color #D21A50: hue angle of 342.39º 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 #D21A50 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 80 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.18 |
| HSL | 342.39º | 0.78% | 0.46% | - |
| HSV(B) | 342.39º | 0.88% | 0.82% | - |
| XYZ | 28.4 | 15.02 | 8.99 | - |
| YUV | 87.17 | 123.96 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 80 | 0 | 0.88 | 0.62 | 0.18 | 342.39 | 0.78 | 0.46 |
| Hex | D2 | 1A | 50 | 0 | 58 | 3E | 12 | 156 | 4E | 2E |
| Octal | 322 | 32 | 120 | 0 | 130 | 76 | 22 | 526 | 116 | 56 |
| Binary | 11010010 | 11010 | 1010000 | 0 | 1011000 | 111110 | 10010 | 101010110 | 1001110 | 101110 |
Color Harmonies of #D21A50
Complementary color
Monochromatic Colors of #D21A50
Black with #D21A50
Text Example
Text Example
White with #D21A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A50; }
p { color: rgb(210,26,80); }
H1.HeaderClassName
{
color: #D21A50;
}
.AnyTagClassName
{
color: #D21A50;
}
</style>
background-color css
<style>
a { background-color: #D21A50; }
a { background-color: rgb(210,26,80); }
div.DivClassName
{
background-color: #D21A50;
}
.BgClassName
{
background-color: #D21A50;
}
</style>
border-color css
<style>
span { border-color: #D21A50; }
span { border-color: rgb(210,26,80); }
td.TdClassName
{
border-color: #D21A50;
}
.TagClassName
{
border-color: #D21A50;
}
</style>