Shades of Ruby #D40E5C
Tints of Ruby #D40E5C
RGB
CMYK
RGB Variations
Color information
#D40E5C (or 0xD40E5C) is known color: Ruby. HEX triplet: D4, 0E and 5C. RGB value is (212,14,92). Sum of RGB (Red+Green+Blue) = 212+14+92=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40E5C is #2BF1A3. Grayscale: #515151. Windows color (decimal): -2879908 or 6033108. OLE color: 6033108.
HSL color Cylindrical-coordinate representation of color #D40E5C: hue angle of 336.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E5C is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 92 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.17 |
| HSL | 336.36º | 0.88% | 0.44% | - |
| HSV(B) | 336.36º | 0.93% | 0.83% | - |
| XYZ | 29.24 | 15.08 | 11.5 | - |
| YUV | 82.09 | 133.6 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 92 | 0 | 0.93 | 0.57 | 0.17 | 336.36 | 0.88 | 0.44 |
| Hex | D4 | E | 5C | 0 | 5D | 39 | 11 | 150 | 58 | 2C |
| Octal | 324 | 16 | 134 | 0 | 135 | 71 | 21 | 520 | 130 | 54 |
| Binary | 11010100 | 1110 | 1011100 | 0 | 1011101 | 111001 | 10001 | 101010000 | 1011000 | 101100 |
Color Harmonies of #D40E5C
Complementary color
Monochromatic Colors of #D40E5C
Black with #D40E5C
Text Example
Text Example
White with #D40E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E5C; }
p { color: rgb(212,14,92); }
H1.HeaderClassName
{
color: #D40E5C;
}
.AnyTagClassName
{
color: #D40E5C;
}
</style>
background-color css
<style>
a { background-color: #D40E5C; }
a { background-color: rgb(212,14,92); }
div.DivClassName
{
background-color: #D40E5C;
}
.BgClassName
{
background-color: #D40E5C;
}
</style>
border-color css
<style>
span { border-color: #D40E5C; }
span { border-color: rgb(212,14,92); }
td.TdClassName
{
border-color: #D40E5C;
}
.TagClassName
{
border-color: #D40E5C;
}
</style>