Shades of Ruby #D41952
Tints of Ruby #D41952
RGB
CMYK
RGB Variations
Color information
#D41952 (or 0xD41952) is known color: Ruby. HEX triplet: D4, 19 and 52. RGB value is (212,25,82). Sum of RGB (Red+Green+Blue) = 212+25+82=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D41952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41952 is #2BE6AD. Grayscale: #575757. Windows color (decimal): -2877102 or 5380564. OLE color: 5380564.
HSL color Cylindrical-coordinate representation of color #D41952: hue angle of 341.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41952 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 82 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.17 |
| HSL | 341.71º | 0.79% | 0.46% | - |
| HSV(B) | 341.71º | 0.88% | 0.83% | - |
| XYZ | 29.02 | 15.3 | 9.41 | - |
| YUV | 87.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 82 | 0 | 0.88 | 0.61 | 0.17 | 341.71 | 0.79 | 0.46 |
| Hex | D4 | 19 | 52 | 0 | 58 | 3D | 11 | 156 | 4F | 2E |
| Octal | 324 | 31 | 122 | 0 | 130 | 75 | 21 | 526 | 117 | 56 |
| Binary | 11010100 | 11001 | 1010010 | 0 | 1011000 | 111101 | 10001 | 101010110 | 1001111 | 101110 |
Color Harmonies of #D41952
Complementary color
Monochromatic Colors of #D41952
Black with #D41952
Text Example
Text Example
White with #D41952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41952; }
p { color: rgb(212,25,82); }
H1.HeaderClassName
{
color: #D41952;
}
.AnyTagClassName
{
color: #D41952;
}
</style>
background-color css
<style>
a { background-color: #D41952; }
a { background-color: rgb(212,25,82); }
div.DivClassName
{
background-color: #D41952;
}
.BgClassName
{
background-color: #D41952;
}
</style>
border-color css
<style>
span { border-color: #D41952; }
span { border-color: rgb(212,25,82); }
td.TdClassName
{
border-color: #D41952;
}
.TagClassName
{
border-color: #D41952;
}
</style>