Shades of Ruby #D4125B
Tints of Ruby #D4125B
RGB
CMYK
RGB Variations
Color information
#D4125B (or 0xD4125B) is known color: Ruby. HEX triplet: D4, 12 and 5B. RGB value is (212,18,91). Sum of RGB (Red+Green+Blue) = 212+18+91=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4125B is #2BEDA4. Grayscale: #545454. Windows color (decimal): -2878885 or 5968596. OLE color: 5968596.
HSL color Cylindrical-coordinate representation of color #D4125B: hue angle of 337.42º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4125B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 91 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.17 |
| HSL | 337.42º | 0.84% | 0.45% | - |
| HSV(B) | 337.42º | 0.92% | 0.83% | - |
| XYZ | 29.26 | 15.18 | 11.29 | - |
| YUV | 84.33 | 131.77 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 91 | 0 | 0.92 | 0.57 | 0.17 | 337.42 | 0.84 | 0.45 |
| Hex | D4 | 12 | 5B | 0 | 5C | 39 | 11 | 151 | 54 | 2D |
| Octal | 324 | 22 | 133 | 0 | 134 | 71 | 21 | 521 | 124 | 55 |
| Binary | 11010100 | 10010 | 1011011 | 0 | 1011100 | 111001 | 10001 | 101010001 | 1010100 | 101101 |
Color Harmonies of #D4125B
Complementary color
Monochromatic Colors of #D4125B
Black with #D4125B
Text Example
Text Example
White with #D4125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4125B; }
p { color: rgb(212,18,91); }
H1.HeaderClassName
{
color: #D4125B;
}
.AnyTagClassName
{
color: #D4125B;
}
</style>
background-color css
<style>
a { background-color: #D4125B; }
a { background-color: rgb(212,18,91); }
div.DivClassName
{
background-color: #D4125B;
}
.BgClassName
{
background-color: #D4125B;
}
</style>
border-color css
<style>
span { border-color: #D4125B; }
span { border-color: rgb(212,18,91); }
td.TdClassName
{
border-color: #D4125B;
}
.TagClassName
{
border-color: #D4125B;
}
</style>