Shades of Ruby #D21C51
Tints of Ruby #D21C51
RGB
CMYK
RGB Variations
Color information
#D21C51 (or 0xD21C51) is known color: Ruby. HEX triplet: D2, 1C and 51. RGB value is (210,28,81). Sum of RGB (Red+Green+Blue) = 210+28+81=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C51 is #2DE3AE. Grayscale: #585858. Windows color (decimal): -3007407 or 5315794. OLE color: 5315794.
HSL color Cylindrical-coordinate representation of color #D21C51: hue angle of 342.53º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C51 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 81 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.18 |
| HSL | 342.53º | 0.76% | 0.47% | - |
| HSV(B) | 342.53º | 0.87% | 0.82% | - |
| XYZ | 28.48 | 15.13 | 9.2 | - |
| YUV | 88.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 81 | 0 | 0.87 | 0.61 | 0.18 | 342.53 | 0.76 | 0.47 |
| Hex | D2 | 1C | 51 | 0 | 57 | 3D | 12 | 157 | 4C | 2F |
| Octal | 322 | 34 | 121 | 0 | 127 | 75 | 22 | 527 | 114 | 57 |
| Binary | 11010010 | 11100 | 1010001 | 0 | 1010111 | 111101 | 10010 | 101010111 | 1001100 | 101111 |
Color Harmonies of #D21C51
Complementary color
Monochromatic Colors of #D21C51
Black with #D21C51
Text Example
Text Example
White with #D21C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C51; }
p { color: rgb(210,28,81); }
H1.HeaderClassName
{
color: #D21C51;
}
.AnyTagClassName
{
color: #D21C51;
}
</style>
background-color css
<style>
a { background-color: #D21C51; }
a { background-color: rgb(210,28,81); }
div.DivClassName
{
background-color: #D21C51;
}
.BgClassName
{
background-color: #D21C51;
}
</style>
border-color css
<style>
span { border-color: #D21C51; }
span { border-color: rgb(210,28,81); }
td.TdClassName
{
border-color: #D21C51;
}
.TagClassName
{
border-color: #D21C51;
}
</style>