Shades of Ruby #D41372
Tints of Ruby #D41372
RGB
CMYK
RGB Variations
Color information
#D41372 (or 0xD41372) is known color: Ruby. HEX triplet: D4, 13 and 72. RGB value is (212,19,114). Sum of RGB (Red+Green+Blue) = 212+19+114=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D41372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41372 is #2BEC8D. Grayscale: #575757. Windows color (decimal): -2878606 or 7476180. OLE color: 7476180.
HSL color Cylindrical-coordinate representation of color #D41372: hue angle of 330.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41372 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 114 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.17 |
| HSL | 330.47º | 0.84% | 0.45% | - |
| HSV(B) | 330.47º | 0.91% | 0.83% | - |
| XYZ | 30.42 | 15.68 | 17.34 | - |
| YUV | 87.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 114 | 0 | 0.91 | 0.46 | 0.17 | 330.47 | 0.84 | 0.45 |
| Hex | D4 | 13 | 72 | 0 | 5B | 2E | 11 | 14A | 54 | 2D |
| Octal | 324 | 23 | 162 | 0 | 133 | 56 | 21 | 512 | 124 | 55 |
| Binary | 11010100 | 10011 | 1110010 | 0 | 1011011 | 101110 | 10001 | 101001010 | 1010100 | 101101 |
Color Harmonies of #D41372
Complementary color
Monochromatic Colors of #D41372
Black with #D41372
Text Example
Text Example
White with #D41372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41372; }
p { color: rgb(212,19,114); }
H1.HeaderClassName
{
color: #D41372;
}
.AnyTagClassName
{
color: #D41372;
}
</style>
background-color css
<style>
a { background-color: #D41372; }
a { background-color: rgb(212,19,114); }
div.DivClassName
{
background-color: #D41372;
}
.BgClassName
{
background-color: #D41372;
}
</style>
border-color css
<style>
span { border-color: #D41372; }
span { border-color: rgb(212,19,114); }
td.TdClassName
{
border-color: #D41372;
}
.TagClassName
{
border-color: #D41372;
}
</style>