Shades of Ruby #D21554
Tints of Ruby #D21554
RGB
CMYK
RGB Variations
Color information
#D21554 (or 0xD21554) is known color: Ruby. HEX triplet: D2, 15 and 54. RGB value is (210,21,84). Sum of RGB (Red+Green+Blue) = 210+21+84=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D21554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21554 is #2DEAAB. Grayscale: #545454. Windows color (decimal): -3009196 or 5510610. OLE color: 5510610.
HSL color Cylindrical-coordinate representation of color #D21554: hue angle of 340º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21554 is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 84 | - |
| CMYK | 0 | 0.90 | 0.6 | 0.18 |
| HSL | 340º | 0.82% | 0.45% | - |
| HSV(B) | 340º | 0.9% | 0.82% | - |
| XYZ | 28.45 | 14.88 | 9.76 | - |
| YUV | 84.69 | 127.62 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 84 | 0 | 0.90 | 0.6 | 0.18 | 340 | 0.82 | 0.45 |
| Hex | D2 | 15 | 54 | 0 | 5A | 3C | 12 | 154 | 52 | 2D |
| Octal | 322 | 25 | 124 | 0 | 132 | 74 | 22 | 524 | 122 | 55 |
| Binary | 11010010 | 10101 | 1010100 | 0 | 1011010 | 111100 | 10010 | 101010100 | 1010010 | 101101 |
Color Harmonies of #D21554
Complementary color
Monochromatic Colors of #D21554
Black with #D21554
Text Example
Text Example
White with #D21554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21554; }
p { color: rgb(210,21,84); }
H1.HeaderClassName
{
color: #D21554;
}
.AnyTagClassName
{
color: #D21554;
}
</style>
background-color css
<style>
a { background-color: #D21554; }
a { background-color: rgb(210,21,84); }
div.DivClassName
{
background-color: #D21554;
}
.BgClassName
{
background-color: #D21554;
}
</style>
border-color css
<style>
span { border-color: #D21554; }
span { border-color: rgb(210,21,84); }
td.TdClassName
{
border-color: #D21554;
}
.TagClassName
{
border-color: #D21554;
}
</style>