Shades of Ruby #DF125F
Tints of Ruby #DF125F
RGB
CMYK
RGB Variations
Color information
#DF125F (or 0xDF125F) is known color: Ruby. HEX triplet: DF, 12 and 5F. RGB value is (223,18,95). Sum of RGB (Red+Green+Blue) = 223+18+95=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF125F is #20EDA0. Grayscale: #575757. Windows color (decimal): -2157985 or 6230751. OLE color: 6230751.
HSL color Cylindrical-coordinate representation of color #DF125F: hue angle of 337.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF125F is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 95 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.13 |
| HSL | 337.46º | 0.85% | 0.47% | - |
| HSV(B) | 337.46º | 0.92% | 0.87% | - |
| XYZ | 32.71 | 16.95 | 12.37 | - |
| YUV | 88.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 95 | 0 | 0.92 | 0.57 | 0.13 | 337.46 | 0.85 | 0.47 |
| Hex | DF | 12 | 5F | 0 | 5C | 39 | D | 151 | 55 | 2F |
| Octal | 337 | 22 | 137 | 0 | 134 | 71 | 15 | 521 | 125 | 57 |
| Binary | 11011111 | 10010 | 1011111 | 0 | 1011100 | 111001 | 1101 | 101010001 | 1010101 | 101111 |
Color Harmonies of #DF125F
Complementary color
Monochromatic Colors of #DF125F
Black with #DF125F
Text Example
Text Example
White with #DF125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF125F; }
p { color: rgb(223,18,95); }
H1.HeaderClassName
{
color: #DF125F;
}
.AnyTagClassName
{
color: #DF125F;
}
</style>
background-color css
<style>
a { background-color: #DF125F; }
a { background-color: rgb(223,18,95); }
div.DivClassName
{
background-color: #DF125F;
}
.BgClassName
{
background-color: #DF125F;
}
</style>
border-color css
<style>
span { border-color: #DF125F; }
span { border-color: rgb(223,18,95); }
td.TdClassName
{
border-color: #DF125F;
}
.TagClassName
{
border-color: #DF125F;
}
</style>