Shades of Ruby #D21553
Tints of Ruby #D21553
RGB
CMYK
RGB Variations
Color information
#D21553 (or 0xD21553) is known color: Ruby. HEX triplet: D2, 15 and 53. RGB value is (210,21,83). Sum of RGB (Red+Green+Blue) = 210+21+83=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21553 is #2DEAAC. Grayscale: #545454. Windows color (decimal): -3009197 or 5445074. OLE color: 5445074.
HSL color Cylindrical-coordinate representation of color #D21553: hue angle of 340.32º 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 #D21553 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.18 |
| HSL | 340.32º | 0.82% | 0.45% | - |
| HSV(B) | 340.32º | 0.9% | 0.82% | - |
| XYZ | 28.41 | 14.86 | 9.56 | - |
| YUV | 84.58 | 127.12 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 83 | 0 | 0.90 | 0.60 | 0.18 | 340.32 | 0.82 | 0.45 |
| Hex | D2 | 15 | 53 | 0 | 5A | 3C | 12 | 154 | 52 | 2D |
| Octal | 322 | 25 | 123 | 0 | 132 | 74 | 22 | 524 | 122 | 55 |
| Binary | 11010010 | 10101 | 1010011 | 0 | 1011010 | 111100 | 10010 | 101010100 | 1010010 | 101101 |
Color Harmonies of #D21553
Complementary color
Monochromatic Colors of #D21553
Black with #D21553
Text Example
Text Example
White with #D21553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21553; }
p { color: rgb(210,21,83); }
H1.HeaderClassName
{
color: #D21553;
}
.AnyTagClassName
{
color: #D21553;
}
</style>
background-color css
<style>
a { background-color: #D21553; }
a { background-color: rgb(210,21,83); }
div.DivClassName
{
background-color: #D21553;
}
.BgClassName
{
background-color: #D21553;
}
</style>
border-color css
<style>
span { border-color: #D21553; }
span { border-color: rgb(210,21,83); }
td.TdClassName
{
border-color: #D21553;
}
.TagClassName
{
border-color: #D21553;
}
</style>