Shades of Ruby #D21455
Tints of Ruby #D21455
RGB
CMYK
RGB Variations
Color information
#D21455 (or 0xD21455) is known color: Ruby. HEX triplet: D2, 14 and 55. RGB value is (210,20,85). Sum of RGB (Red+Green+Blue) = 210+20+85=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D21455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21455 is #2DEBAA. Grayscale: #545454. Windows color (decimal): -3009451 or 5575890. OLE color: 5575890.
HSL color Cylindrical-coordinate representation of color #D21455: hue angle of 339.47º degrees, saturation: 0.83, 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 #D21455 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 85 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.18 |
| HSL | 339.47º | 0.83% | 0.45% | - |
| HSV(B) | 339.47º | 0.9% | 0.82% | - |
| XYZ | 28.47 | 14.86 | 9.96 | - |
| YUV | 84.22 | 128.45 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 85 | 0 | 0.90 | 0.60 | 0.18 | 339.47 | 0.83 | 0.45 |
| Hex | D2 | 14 | 55 | 0 | 5A | 3C | 12 | 153 | 53 | 2D |
| Octal | 322 | 24 | 125 | 0 | 132 | 74 | 22 | 523 | 123 | 55 |
| Binary | 11010010 | 10100 | 1010101 | 0 | 1011010 | 111100 | 10010 | 101010011 | 1010011 | 101101 |
Color Harmonies of #D21455
Complementary color
Monochromatic Colors of #D21455
Black with #D21455
Text Example
Text Example
White with #D21455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21455; }
p { color: rgb(210,20,85); }
H1.HeaderClassName
{
color: #D21455;
}
.AnyTagClassName
{
color: #D21455;
}
</style>
background-color css
<style>
a { background-color: #D21455; }
a { background-color: rgb(210,20,85); }
div.DivClassName
{
background-color: #D21455;
}
.BgClassName
{
background-color: #D21455;
}
</style>
border-color css
<style>
span { border-color: #D21455; }
span { border-color: rgb(210,20,85); }
td.TdClassName
{
border-color: #D21455;
}
.TagClassName
{
border-color: #D21455;
}
</style>