Shades of Ruby #D21461
Tints of Ruby #D21461
RGB
CMYK
RGB Variations
Color information
#D21461 (or 0xD21461) is known color: Ruby. HEX triplet: D2, 14 and 61. RGB value is (210,20,97). Sum of RGB (Red+Green+Blue) = 210+20+97=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D21461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21461 is #2DEB9E. Grayscale: #555555. Windows color (decimal): -3009439 or 6362322. OLE color: 6362322.
HSL color Cylindrical-coordinate representation of color #D21461: hue angle of 335.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21461 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 97 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.18 |
| HSL | 335.68º | 0.83% | 0.45% | - |
| HSV(B) | 335.68º | 0.9% | 0.82% | - |
| XYZ | 28.99 | 15.07 | 12.69 | - |
| YUV | 85.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 97 | 0 | 0.90 | 0.54 | 0.18 | 335.68 | 0.83 | 0.45 |
| Hex | D2 | 14 | 61 | 0 | 5A | 36 | 12 | 150 | 53 | 2D |
| Octal | 322 | 24 | 141 | 0 | 132 | 66 | 22 | 520 | 123 | 55 |
| Binary | 11010010 | 10100 | 1100001 | 0 | 1011010 | 110110 | 10010 | 101010000 | 1010011 | 101101 |
Color Harmonies of #D21461
Complementary color
Monochromatic Colors of #D21461
Black with #D21461
Text Example
Text Example
White with #D21461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21461; }
p { color: rgb(210,20,97); }
H1.HeaderClassName
{
color: #D21461;
}
.AnyTagClassName
{
color: #D21461;
}
</style>
background-color css
<style>
a { background-color: #D21461; }
a { background-color: rgb(210,20,97); }
div.DivClassName
{
background-color: #D21461;
}
.BgClassName
{
background-color: #D21461;
}
</style>
border-color css
<style>
span { border-color: #D21461; }
span { border-color: rgb(210,20,97); }
td.TdClassName
{
border-color: #D21461;
}
.TagClassName
{
border-color: #D21461;
}
</style>