Shades of Ruby #D21354
Tints of Ruby #D21354
RGB
CMYK
RGB Variations
Color information
#D21354 (or 0xD21354) is known color: Ruby. HEX triplet: D2, 13 and 54. RGB value is (210,19,84). Sum of RGB (Red+Green+Blue) = 210+19+84=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D21354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21354 is #2DECAB. Grayscale: #535353. Windows color (decimal): -3009708 or 5510098. OLE color: 5510098.
HSL color Cylindrical-coordinate representation of color #D21354: hue angle of 339.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21354 is Cyan = 0, Magento = 0.91, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 84 | - |
| CMYK | 0 | 0.91 | 0.6 | 0.18 |
| HSL | 339.58º | 0.83% | 0.45% | - |
| HSV(B) | 339.58º | 0.91% | 0.82% | - |
| XYZ | 28.41 | 14.81 | 9.75 | - |
| YUV | 83.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 84 | 0 | 0.91 | 0.6 | 0.18 | 339.58 | 0.83 | 0.45 |
| Hex | D2 | 13 | 54 | 0 | 5B | 3C | 12 | 154 | 53 | 2D |
| Octal | 322 | 23 | 124 | 0 | 133 | 74 | 22 | 524 | 123 | 55 |
| Binary | 11010010 | 10011 | 1010100 | 0 | 1011011 | 111100 | 10010 | 101010100 | 1010011 | 101101 |
Color Harmonies of #D21354
Complementary color
Monochromatic Colors of #D21354
Black with #D21354
Text Example
Text Example
White with #D21354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21354; }
p { color: rgb(210,19,84); }
H1.HeaderClassName
{
color: #D21354;
}
.AnyTagClassName
{
color: #D21354;
}
</style>
background-color css
<style>
a { background-color: #D21354; }
a { background-color: rgb(210,19,84); }
div.DivClassName
{
background-color: #D21354;
}
.BgClassName
{
background-color: #D21354;
}
</style>
border-color css
<style>
span { border-color: #D21354; }
span { border-color: rgb(210,19,84); }
td.TdClassName
{
border-color: #D21354;
}
.TagClassName
{
border-color: #D21354;
}
</style>