Shades of Ruby #D21E5B
Tints of Ruby #D21E5B
RGB
CMYK
RGB Variations
Color information
#D21E5B (or 0xD21E5B) is known color: Ruby. HEX triplet: D2, 1E and 5B. RGB value is (210,30,91). Sum of RGB (Red+Green+Blue) = 210+30+91=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E5B is #2DE1A4. Grayscale: #5A5A5A. Windows color (decimal): -3006885 or 5971666. OLE color: 5971666.
HSL color Cylindrical-coordinate representation of color #D21E5B: hue angle of 339.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E5B is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 91 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.18 |
| HSL | 339.67º | 0.75% | 0.47% | - |
| HSV(B) | 339.67º | 0.86% | 0.82% | - |
| XYZ | 28.93 | 15.39 | 11.34 | - |
| YUV | 90.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 91 | 0 | 0.86 | 0.57 | 0.18 | 339.67 | 0.75 | 0.47 |
| Hex | D2 | 1E | 5B | 0 | 56 | 39 | 12 | 154 | 4B | 2F |
| Octal | 322 | 36 | 133 | 0 | 126 | 71 | 22 | 524 | 113 | 57 |
| Binary | 11010010 | 11110 | 1011011 | 0 | 1010110 | 111001 | 10010 | 101010100 | 1001011 | 101111 |
Color Harmonies of #D21E5B
Complementary color
Monochromatic Colors of #D21E5B
Black with #D21E5B
Text Example
Text Example
White with #D21E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E5B; }
p { color: rgb(210,30,91); }
H1.HeaderClassName
{
color: #D21E5B;
}
.AnyTagClassName
{
color: #D21E5B;
}
</style>
background-color css
<style>
a { background-color: #D21E5B; }
a { background-color: rgb(210,30,91); }
div.DivClassName
{
background-color: #D21E5B;
}
.BgClassName
{
background-color: #D21E5B;
}
</style>
border-color css
<style>
span { border-color: #D21E5B; }
span { border-color: rgb(210,30,91); }
td.TdClassName
{
border-color: #D21E5B;
}
.TagClassName
{
border-color: #D21E5B;
}
</style>