Shades of Valencia #DF5043
Tints of Valencia #DF5043
RGB
CMYK
RGB Variations
Color information
#DF5043 (or 0xDF5043) is known color: Valencia. HEX triplet: DF, 50 and 43. RGB value is (223,80,67). Sum of RGB (Red+Green+Blue) = 223+80+67=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5043 is #20AFBC. Grayscale: #797979. Windows color (decimal): -2142141 or 4411615. OLE color: 4411615.
HSL color Cylindrical-coordinate representation of color #DF5043: hue angle of 5º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF5043 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 67 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.13 |
| HSL | 5º | 0.71% | 0.57% | - |
| HSV(B) | 5º | 0.7% | 0.87% | - |
| XYZ | 34.31 | 21.83 | 7.72 | - |
| YUV | 121.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 67 | 0 | 0.64 | 0.70 | 0.13 | 5 | 0.71 | 0.57 |
| Hex | DF | 50 | 43 | 0 | 40 | 46 | D | 5 | 47 | 39 |
| Octal | 337 | 120 | 103 | 0 | 100 | 106 | 15 | 5 | 107 | 71 |
| Binary | 11011111 | 1010000 | 1000011 | 0 | 1000000 | 1000110 | 1101 | 101 | 1000111 | 111001 |
Color Harmonies of #DF5043
Complementary color
Monochromatic Colors of #DF5043
Black with #DF5043
Text Example
Text Example
White with #DF5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5043; }
p { color: rgb(223,80,67); }
H1.HeaderClassName
{
color: #DF5043;
}
.AnyTagClassName
{
color: #DF5043;
}
</style>
background-color css
<style>
a { background-color: #DF5043; }
a { background-color: rgb(223,80,67); }
div.DivClassName
{
background-color: #DF5043;
}
.BgClassName
{
background-color: #DF5043;
}
</style>
border-color css
<style>
span { border-color: #DF5043; }
span { border-color: rgb(223,80,67); }
td.TdClassName
{
border-color: #DF5043;
}
.TagClassName
{
border-color: #DF5043;
}
</style>