Shades of Ruby #DF194F
Tints of Ruby #DF194F
RGB
CMYK
RGB Variations
Color information
#DF194F (or 0xDF194F) is known color: Ruby. HEX triplet: DF, 19 and 4F. RGB value is (223,25,79). Sum of RGB (Red+Green+Blue) = 223+25+79=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF194F is #20E6B0. Grayscale: #5A5A5A. Windows color (decimal): -2156209 or 5183967. OLE color: 5183967.
HSL color Cylindrical-coordinate representation of color #DF194F: hue angle of 343.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF194F is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 79 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.13 |
| HSL | 343.64º | 0.8% | 0.49% | - |
| HSV(B) | 343.64º | 0.89% | 0.87% | - |
| XYZ | 32.19 | 16.95 | 8.97 | - |
| YUV | 90.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 79 | 0 | 0.89 | 0.65 | 0.13 | 343.64 | 0.8 | 0.49 |
| Hex | DF | 19 | 4F | 0 | 59 | 41 | D | 158 | 50 | 31 |
| Octal | 337 | 31 | 117 | 0 | 131 | 101 | 15 | 530 | 120 | 61 |
| Binary | 11011111 | 11001 | 1001111 | 0 | 1011001 | 1000001 | 1101 | 101011000 | 1010000 | 110001 |
Color Harmonies of #DF194F
Complementary color
Monochromatic Colors of #DF194F
Black with #DF194F
Text Example
Text Example
White with #DF194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF194F; }
p { color: rgb(223,25,79); }
H1.HeaderClassName
{
color: #DF194F;
}
.AnyTagClassName
{
color: #DF194F;
}
</style>
background-color css
<style>
a { background-color: #DF194F; }
a { background-color: rgb(223,25,79); }
div.DivClassName
{
background-color: #DF194F;
}
.BgClassName
{
background-color: #DF194F;
}
</style>
border-color css
<style>
span { border-color: #DF194F; }
span { border-color: rgb(223,25,79); }
td.TdClassName
{
border-color: #DF194F;
}
.TagClassName
{
border-color: #DF194F;
}
</style>