Shades of Ruby #D21B5F
Tints of Ruby #D21B5F
RGB
CMYK
RGB Variations
Color information
#D21B5F (or 0xD21B5F) is known color: Ruby. HEX triplet: D2, 1B and 5F. RGB value is (210,27,95). Sum of RGB (Red+Green+Blue) = 210+27+95=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B5F is #2DE4A0. Grayscale: #595959. Windows color (decimal): -3007649 or 6233042. OLE color: 6233042.
HSL color Cylindrical-coordinate representation of color #D21B5F: hue angle of 337.7º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B5F is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 95 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.18 |
| HSL | 337.7º | 0.77% | 0.46% | - |
| HSV(B) | 337.7º | 0.87% | 0.82% | - |
| XYZ | 29.04 | 15.31 | 12.25 | - |
| YUV | 89.47 | 131.13 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 95 | 0 | 0.87 | 0.55 | 0.18 | 337.7 | 0.77 | 0.46 |
| Hex | D2 | 1B | 5F | 0 | 57 | 37 | 12 | 152 | 4D | 2E |
| Octal | 322 | 33 | 137 | 0 | 127 | 67 | 22 | 522 | 115 | 56 |
| Binary | 11010010 | 11011 | 1011111 | 0 | 1010111 | 110111 | 10010 | 101010010 | 1001101 | 101110 |
Color Harmonies of #D21B5F
Complementary color
Monochromatic Colors of #D21B5F
Black with #D21B5F
Text Example
Text Example
White with #D21B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B5F; }
p { color: rgb(210,27,95); }
H1.HeaderClassName
{
color: #D21B5F;
}
.AnyTagClassName
{
color: #D21B5F;
}
</style>
background-color css
<style>
a { background-color: #D21B5F; }
a { background-color: rgb(210,27,95); }
div.DivClassName
{
background-color: #D21B5F;
}
.BgClassName
{
background-color: #D21B5F;
}
</style>
border-color css
<style>
span { border-color: #D21B5F; }
span { border-color: rgb(210,27,95); }
td.TdClassName
{
border-color: #D21B5F;
}
.TagClassName
{
border-color: #D21B5F;
}
</style>