Shades of Valencia #DF5048
Tints of Valencia #DF5048
RGB
CMYK
RGB Variations
Color information
#DF5048 (or 0xDF5048) is known color: Valencia. HEX triplet: DF, 50 and 48. RGB value is (223,80,72). Sum of RGB (Red+Green+Blue) = 223+80+72=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5048 is #20AFB7. Grayscale: #7A7A7A. Windows color (decimal): -2142136 or 4739295. OLE color: 4739295.
HSL color Cylindrical-coordinate representation of color #DF5048: hue angle of 3.18º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF5048 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 72 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.13 |
| HSL | 3.18º | 0.7% | 0.58% | - |
| HSV(B) | 3.18º | 0.68% | 0.87% | - |
| XYZ | 34.47 | 21.89 | 8.54 | - |
| YUV | 121.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 72 | 0 | 0.64 | 0.68 | 0.13 | 3.18 | 0.7 | 0.58 |
| Hex | DF | 50 | 48 | 0 | 40 | 44 | D | 3 | 46 | 3A |
| Octal | 337 | 120 | 110 | 0 | 100 | 104 | 15 | 3 | 106 | 72 |
| Binary | 11011111 | 1010000 | 1001000 | 0 | 1000000 | 1000100 | 1101 | 11 | 1000110 | 111010 |
Color Harmonies of #DF5048
Complementary color
Monochromatic Colors of #DF5048
Black with #DF5048
Text Example
Text Example
White with #DF5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5048; }
p { color: rgb(223,80,72); }
H1.HeaderClassName
{
color: #DF5048;
}
.AnyTagClassName
{
color: #DF5048;
}
</style>
background-color css
<style>
a { background-color: #DF5048; }
a { background-color: rgb(223,80,72); }
div.DivClassName
{
background-color: #DF5048;
}
.BgClassName
{
background-color: #DF5048;
}
</style>
border-color css
<style>
span { border-color: #DF5048; }
span { border-color: rgb(223,80,72); }
td.TdClassName
{
border-color: #DF5048;
}
.TagClassName
{
border-color: #DF5048;
}
</style>