Shades of Ruby #D4145C
Tints of Ruby #D4145C
RGB
CMYK
RGB Variations
Color information
#D4145C (or 0xD4145C) is known color: Ruby. HEX triplet: D4, 14 and 5C. RGB value is (212,20,92). Sum of RGB (Red+Green+Blue) = 212+20+92=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4145C is #2BEBA3. Grayscale: #555555. Windows color (decimal): -2878372 or 6034644. OLE color: 6034644.
HSL color Cylindrical-coordinate representation of color #D4145C: hue angle of 337.5º degrees, saturation: 0.83, 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 #D4145C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 92 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.17 |
| HSL | 337.5º | 0.83% | 0.45% | - |
| HSV(B) | 337.5º | 0.91% | 0.83% | - |
| XYZ | 29.33 | 15.27 | 11.53 | - |
| YUV | 85.62 | 131.61 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 92 | 0 | 0.91 | 0.57 | 0.17 | 337.5 | 0.83 | 0.45 |
| Hex | D4 | 14 | 5C | 0 | 5B | 39 | 11 | 152 | 53 | 2D |
| Octal | 324 | 24 | 134 | 0 | 133 | 71 | 21 | 522 | 123 | 55 |
| Binary | 11010100 | 10100 | 1011100 | 0 | 1011011 | 111001 | 10001 | 101010010 | 1010011 | 101101 |
Color Harmonies of #D4145C
Complementary color
Monochromatic Colors of #D4145C
Black with #D4145C
Text Example
Text Example
White with #D4145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4145C; }
p { color: rgb(212,20,92); }
H1.HeaderClassName
{
color: #D4145C;
}
.AnyTagClassName
{
color: #D4145C;
}
</style>
background-color css
<style>
a { background-color: #D4145C; }
a { background-color: rgb(212,20,92); }
div.DivClassName
{
background-color: #D4145C;
}
.BgClassName
{
background-color: #D4145C;
}
</style>
border-color css
<style>
span { border-color: #D4145C; }
span { border-color: rgb(212,20,92); }
td.TdClassName
{
border-color: #D4145C;
}
.TagClassName
{
border-color: #D4145C;
}
</style>