Shades of Ruby #D41870
Tints of Ruby #D41870
RGB
CMYK
RGB Variations
Color information
#D41870 (or 0xD41870) is known color: Ruby. HEX triplet: D4, 18 and 70. RGB value is (212,24,112). Sum of RGB (Red+Green+Blue) = 212+24+112=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D41870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41870 is #2BE78F. Grayscale: #5A5A5A. Windows color (decimal): -2877328 or 7346388. OLE color: 7346388.
HSL color Cylindrical-coordinate representation of color #D41870: hue angle of 331.91º 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 #D41870 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 112 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.17 |
| HSL | 331.91º | 0.8% | 0.46% | - |
| HSV(B) | 331.91º | 0.89% | 0.83% | - |
| XYZ | 30.4 | 15.82 | 16.78 | - |
| YUV | 90.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 112 | 0 | 0.89 | 0.47 | 0.17 | 331.91 | 0.8 | 0.46 |
| Hex | D4 | 18 | 70 | 0 | 59 | 2F | 11 | 14C | 50 | 2E |
| Octal | 324 | 30 | 160 | 0 | 131 | 57 | 21 | 514 | 120 | 56 |
| Binary | 11010100 | 11000 | 1110000 | 0 | 1011001 | 101111 | 10001 | 101001100 | 1010000 | 101110 |
Color Harmonies of #D41870
Complementary color
Monochromatic Colors of #D41870
Black with #D41870
Text Example
Text Example
White with #D41870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41870; }
p { color: rgb(212,24,112); }
H1.HeaderClassName
{
color: #D41870;
}
.AnyTagClassName
{
color: #D41870;
}
</style>
background-color css
<style>
a { background-color: #D41870; }
a { background-color: rgb(212,24,112); }
div.DivClassName
{
background-color: #D41870;
}
.BgClassName
{
background-color: #D41870;
}
</style>
border-color css
<style>
span { border-color: #D41870; }
span { border-color: rgb(212,24,112); }
td.TdClassName
{
border-color: #D41870;
}
.TagClassName
{
border-color: #D41870;
}
</style>