Shades of Ruby #D21F57
Tints of Ruby #D21F57
RGB
CMYK
RGB Variations
Color information
#D21F57 (or 0xD21F57) is known color: Ruby. HEX triplet: D2, 1F and 57. RGB value is (210,31,87). Sum of RGB (Red+Green+Blue) = 210+31+87=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F57 is #2DE0A8. Grayscale: #5A5A5A. Windows color (decimal): -3006633 or 5709778. OLE color: 5709778.
HSL color Cylindrical-coordinate representation of color #D21F57: hue angle of 341.23º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F57 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 87 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.18 |
| HSL | 341.23º | 0.74% | 0.47% | - |
| HSV(B) | 341.23º | 0.85% | 0.82% | - |
| XYZ | 28.79 | 15.37 | 10.47 | - |
| YUV | 90.91 | 125.8 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 87 | 0 | 0.85 | 0.59 | 0.18 | 341.23 | 0.74 | 0.47 |
| Hex | D2 | 1F | 57 | 0 | 55 | 3B | 12 | 155 | 4A | 2F |
| Octal | 322 | 37 | 127 | 0 | 125 | 73 | 22 | 525 | 112 | 57 |
| Binary | 11010010 | 11111 | 1010111 | 0 | 1010101 | 111011 | 10010 | 101010101 | 1001010 | 101111 |
Color Harmonies of #D21F57
Complementary color
Monochromatic Colors of #D21F57
Black with #D21F57
Text Example
Text Example
White with #D21F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F57; }
p { color: rgb(210,31,87); }
H1.HeaderClassName
{
color: #D21F57;
}
.AnyTagClassName
{
color: #D21F57;
}
</style>
background-color css
<style>
a { background-color: #D21F57; }
a { background-color: rgb(210,31,87); }
div.DivClassName
{
background-color: #D21F57;
}
.BgClassName
{
background-color: #D21F57;
}
</style>
border-color css
<style>
span { border-color: #D21F57; }
span { border-color: rgb(210,31,87); }
td.TdClassName
{
border-color: #D21F57;
}
.TagClassName
{
border-color: #D21F57;
}
</style>