Shades of Valencia #DF5440
Tints of Valencia #DF5440
RGB
CMYK
RGB Variations
Color information
#DF5440 (or 0xDF5440) is known color: Valencia. HEX triplet: DF, 54 and 40. RGB value is (223,84,64). Sum of RGB (Red+Green+Blue) = 223+84+64=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5440 is #20ABBF. Grayscale: #7B7B7B. Windows color (decimal): -2141120 or 4216031. OLE color: 4216031.
HSL color Cylindrical-coordinate representation of color #DF5440: hue angle of 7.55º 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 #DF5440 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 64 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.13 |
| HSL | 7.55º | 0.71% | 0.56% | - |
| HSV(B) | 7.55º | 0.71% | 0.87% | - |
| XYZ | 34.53 | 22.4 | 7.35 | - |
| YUV | 123.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 64 | 0 | 0.62 | 0.71 | 0.13 | 7.55 | 0.71 | 0.56 |
| Hex | DF | 54 | 40 | 0 | 3E | 47 | D | 8 | 47 | 38 |
| Octal | 337 | 124 | 100 | 0 | 76 | 107 | 15 | 10 | 107 | 70 |
| Binary | 11011111 | 1010100 | 1000000 | 0 | 111110 | 1000111 | 1101 | 1000 | 1000111 | 111000 |
Color Harmonies of #DF5440
Complementary color
Monochromatic Colors of #DF5440
Black with #DF5440
Text Example
Text Example
White with #DF5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5440; }
p { color: rgb(223,84,64); }
H1.HeaderClassName
{
color: #DF5440;
}
.AnyTagClassName
{
color: #DF5440;
}
</style>
background-color css
<style>
a { background-color: #DF5440; }
a { background-color: rgb(223,84,64); }
div.DivClassName
{
background-color: #DF5440;
}
.BgClassName
{
background-color: #DF5440;
}
</style>
border-color css
<style>
span { border-color: #DF5440; }
span { border-color: rgb(223,84,64); }
td.TdClassName
{
border-color: #DF5440;
}
.TagClassName
{
border-color: #DF5440;
}
</style>