Shades of Ruby #D40C5B
Tints of Ruby #D40C5B
RGB
CMYK
RGB Variations
Color information
#D40C5B (or 0xD40C5B) is known color: Ruby. HEX triplet: D4, 0C and 5B. RGB value is (212,12,91). Sum of RGB (Red+Green+Blue) = 212+12+91=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40C5B is #2BF3A4. Grayscale: #505050. Windows color (decimal): -2880421 or 5967060. OLE color: 5967060.
HSL color Cylindrical-coordinate representation of color #D40C5B: hue angle of 336.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C5B is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 91 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.17 |
| HSL | 336.3º | 0.89% | 0.44% | - |
| HSV(B) | 336.3º | 0.94% | 0.83% | - |
| XYZ | 29.17 | 15.02 | 11.26 | - |
| YUV | 80.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 91 | 0 | 0.94 | 0.57 | 0.17 | 336.3 | 0.89 | 0.44 |
| Hex | D4 | C | 5B | 0 | 5E | 39 | 11 | 150 | 59 | 2C |
| Octal | 324 | 14 | 133 | 0 | 136 | 71 | 21 | 520 | 131 | 54 |
| Binary | 11010100 | 1100 | 1011011 | 0 | 1011110 | 111001 | 10001 | 101010000 | 1011001 | 101100 |
Color Harmonies of #D40C5B
Complementary color
Monochromatic Colors of #D40C5B
Black with #D40C5B
Text Example
Text Example
White with #D40C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C5B; }
p { color: rgb(212,12,91); }
H1.HeaderClassName
{
color: #D40C5B;
}
.AnyTagClassName
{
color: #D40C5B;
}
</style>
background-color css
<style>
a { background-color: #D40C5B; }
a { background-color: rgb(212,12,91); }
div.DivClassName
{
background-color: #D40C5B;
}
.BgClassName
{
background-color: #D40C5B;
}
</style>
border-color css
<style>
span { border-color: #D40C5B; }
span { border-color: rgb(212,12,91); }
td.TdClassName
{
border-color: #D40C5B;
}
.TagClassName
{
border-color: #D40C5B;
}
</style>