Shades of Ruby #D3124F
Tints of Ruby #D3124F
RGB
CMYK
RGB Variations
Color information
#D3124F (or 0xD3124F) is known color: Ruby. HEX triplet: D3, 12 and 4F. RGB value is (211,18,79). Sum of RGB (Red+Green+Blue) = 211+18+79=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3124F is #2CEDB0. Grayscale: #525252. Windows color (decimal): -2944433 or 5182163. OLE color: 5182163.
HSL color Cylindrical-coordinate representation of color #D3124F: hue angle of 341.04º 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 #D3124F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 79 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.17 |
| HSL | 341.04º | 0.84% | 0.45% | - |
| HSV(B) | 341.04º | 0.91% | 0.83% | - |
| XYZ | 28.49 | 14.85 | 8.76 | - |
| YUV | 82.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 79 | 0 | 0.91 | 0.63 | 0.17 | 341.04 | 0.84 | 0.45 |
| Hex | D3 | 12 | 4F | 0 | 5B | 3F | 11 | 155 | 54 | 2D |
| Octal | 323 | 22 | 117 | 0 | 133 | 77 | 21 | 525 | 124 | 55 |
| Binary | 11010011 | 10010 | 1001111 | 0 | 1011011 | 111111 | 10001 | 101010101 | 1010100 | 101101 |
Color Harmonies of #D3124F
Complementary color
Monochromatic Colors of #D3124F
Black with #D3124F
Text Example
Text Example
White with #D3124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3124F; }
p { color: rgb(211,18,79); }
H1.HeaderClassName
{
color: #D3124F;
}
.AnyTagClassName
{
color: #D3124F;
}
</style>
background-color css
<style>
a { background-color: #D3124F; }
a { background-color: rgb(211,18,79); }
div.DivClassName
{
background-color: #D3124F;
}
.BgClassName
{
background-color: #D3124F;
}
</style>
border-color css
<style>
span { border-color: #D3124F; }
span { border-color: rgb(211,18,79); }
td.TdClassName
{
border-color: #D3124F;
}
.TagClassName
{
border-color: #D3124F;
}
</style>