Shades of Ruby #D41853
Tints of Ruby #D41853
RGB
CMYK
RGB Variations
Color information
#D41853 (or 0xD41853) is known color: Ruby. HEX triplet: D4, 18 and 53. RGB value is (212,24,83). Sum of RGB (Red+Green+Blue) = 212+24+83=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D41853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41853 is #2BE7AC. Grayscale: #565656. Windows color (decimal): -2877357 or 5445844. OLE color: 5445844.
HSL color Cylindrical-coordinate representation of color #D41853: hue angle of 341.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41853 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 83 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.17 |
| HSL | 341.17º | 0.8% | 0.46% | - |
| HSV(B) | 341.17º | 0.89% | 0.83% | - |
| XYZ | 29.04 | 15.27 | 9.6 | - |
| YUV | 86.94 | 125.78 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 83 | 0 | 0.89 | 0.61 | 0.17 | 341.17 | 0.8 | 0.46 |
| Hex | D4 | 18 | 53 | 0 | 59 | 3D | 11 | 155 | 50 | 2E |
| Octal | 324 | 30 | 123 | 0 | 131 | 75 | 21 | 525 | 120 | 56 |
| Binary | 11010100 | 11000 | 1010011 | 0 | 1011001 | 111101 | 10001 | 101010101 | 1010000 | 101110 |
Color Harmonies of #D41853
Complementary color
Monochromatic Colors of #D41853
Black with #D41853
Text Example
Text Example
White with #D41853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41853; }
p { color: rgb(212,24,83); }
H1.HeaderClassName
{
color: #D41853;
}
.AnyTagClassName
{
color: #D41853;
}
</style>
background-color css
<style>
a { background-color: #D41853; }
a { background-color: rgb(212,24,83); }
div.DivClassName
{
background-color: #D41853;
}
.BgClassName
{
background-color: #D41853;
}
</style>
border-color css
<style>
span { border-color: #D41853; }
span { border-color: rgb(212,24,83); }
td.TdClassName
{
border-color: #D41853;
}
.TagClassName
{
border-color: #D41853;
}
</style>