Shades of Ruby #D21271
Tints of Ruby #D21271
RGB
CMYK
RGB Variations
Color information
#D21271 (or 0xD21271) is known color: Ruby. HEX triplet: D2, 12 and 71. RGB value is (210,18,113). Sum of RGB (Red+Green+Blue) = 210+18+113=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D21271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21271 is #2DED8E. Grayscale: #565656. Windows color (decimal): -3009935 or 7410386. OLE color: 7410386.
HSL color Cylindrical-coordinate representation of color #D21271: hue angle of 330.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21271 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 18 | 113 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.18 |
| HSL | 330.31º | 0.84% | 0.45% | - |
| HSV(B) | 330.31º | 0.91% | 0.82% | - |
| XYZ | 29.78 | 15.33 | 17.01 | - |
| YUV | 86.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 113 | 0 | 0.91 | 0.46 | 0.18 | 330.31 | 0.84 | 0.45 |
| Hex | D2 | 12 | 71 | 0 | 5B | 2E | 12 | 14A | 54 | 2D |
| Octal | 322 | 22 | 161 | 0 | 133 | 56 | 22 | 512 | 124 | 55 |
| Binary | 11010010 | 10010 | 1110001 | 0 | 1011011 | 101110 | 10010 | 101001010 | 1010100 | 101101 |
Color Harmonies of #D21271
Complementary color
Monochromatic Colors of #D21271
Black with #D21271
Text Example
Text Example
White with #D21271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21271; }
p { color: rgb(210,18,113); }
H1.HeaderClassName
{
color: #D21271;
}
.AnyTagClassName
{
color: #D21271;
}
</style>
background-color css
<style>
a { background-color: #D21271; }
a { background-color: rgb(210,18,113); }
div.DivClassName
{
background-color: #D21271;
}
.BgClassName
{
background-color: #D21271;
}
</style>
border-color css
<style>
span { border-color: #D21271; }
span { border-color: rgb(210,18,113); }
td.TdClassName
{
border-color: #D21271;
}
.TagClassName
{
border-color: #D21271;
}
</style>