Shades of Valencia #DF5041
Tints of Valencia #DF5041
RGB
CMYK
RGB Variations
Color information
#DF5041 (or 0xDF5041) is known color: Valencia. HEX triplet: DF, 50 and 41. RGB value is (223,80,65). Sum of RGB (Red+Green+Blue) = 223+80+65=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5041 is #20AFBE. Grayscale: #797979. Windows color (decimal): -2142143 or 4280543. OLE color: 4280543.
HSL color Cylindrical-coordinate representation of color #DF5041: hue angle of 5.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF5041 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 65 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.13 |
| HSL | 5.7º | 0.71% | 0.56% | - |
| HSV(B) | 5.7º | 0.71% | 0.87% | - |
| XYZ | 34.25 | 21.81 | 7.4 | - |
| YUV | 121.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 65 | 0 | 0.64 | 0.71 | 0.13 | 5.7 | 0.71 | 0.56 |
| Hex | DF | 50 | 41 | 0 | 40 | 47 | D | 6 | 47 | 38 |
| Octal | 337 | 120 | 101 | 0 | 100 | 107 | 15 | 6 | 107 | 70 |
| Binary | 11011111 | 1010000 | 1000001 | 0 | 1000000 | 1000111 | 1101 | 110 | 1000111 | 111000 |
Color Harmonies of #DF5041
Complementary color
Monochromatic Colors of #DF5041
Black with #DF5041
Text Example
Text Example
White with #DF5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5041; }
p { color: rgb(223,80,65); }
H1.HeaderClassName
{
color: #DF5041;
}
.AnyTagClassName
{
color: #DF5041;
}
</style>
background-color css
<style>
a { background-color: #DF5041; }
a { background-color: rgb(223,80,65); }
div.DivClassName
{
background-color: #DF5041;
}
.BgClassName
{
background-color: #DF5041;
}
</style>
border-color css
<style>
span { border-color: #DF5041; }
span { border-color: rgb(223,80,65); }
td.TdClassName
{
border-color: #DF5041;
}
.TagClassName
{
border-color: #DF5041;
}
</style>