Shades of Ruby #D21852
Tints of Ruby #D21852
RGB
CMYK
RGB Variations
Color information
#D21852 (or 0xD21852) is known color: Ruby. HEX triplet: D2, 18 and 52. RGB value is (210,24,82). Sum of RGB (Red+Green+Blue) = 210+24+82=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D21852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21852 is #2DE7AD. Grayscale: #565656. Windows color (decimal): -3008430 or 5380306. OLE color: 5380306.
HSL color Cylindrical-coordinate representation of color #D21852: hue angle of 341.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21852 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 82 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.18 |
| HSL | 341.29º | 0.79% | 0.46% | - |
| HSV(B) | 341.29º | 0.89% | 0.82% | - |
| XYZ | 28.43 | 14.96 | 9.37 | - |
| YUV | 86.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 82 | 0 | 0.89 | 0.61 | 0.18 | 341.29 | 0.79 | 0.46 |
| Hex | D2 | 18 | 52 | 0 | 59 | 3D | 12 | 155 | 4F | 2E |
| Octal | 322 | 30 | 122 | 0 | 131 | 75 | 22 | 525 | 117 | 56 |
| Binary | 11010010 | 11000 | 1010010 | 0 | 1011001 | 111101 | 10010 | 101010101 | 1001111 | 101110 |
Color Harmonies of #D21852
Complementary color
Monochromatic Colors of #D21852
Black with #D21852
Text Example
Text Example
White with #D21852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21852; }
p { color: rgb(210,24,82); }
H1.HeaderClassName
{
color: #D21852;
}
.AnyTagClassName
{
color: #D21852;
}
</style>
background-color css
<style>
a { background-color: #D21852; }
a { background-color: rgb(210,24,82); }
div.DivClassName
{
background-color: #D21852;
}
.BgClassName
{
background-color: #D21852;
}
</style>
border-color css
<style>
span { border-color: #D21852; }
span { border-color: rgb(210,24,82); }
td.TdClassName
{
border-color: #D21852;
}
.TagClassName
{
border-color: #D21852;
}
</style>