Shades of Valencia #DF5340
Tints of Valencia #DF5340
RGB
CMYK
RGB Variations
Color information
#DF5340 (or 0xDF5340) is known color: Valencia. HEX triplet: DF, 53 and 40. RGB value is (223,83,64). Sum of RGB (Red+Green+Blue) = 223+83+64=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5340 is #20ACBF. Grayscale: #7A7A7A. Windows color (decimal): -2141376 or 4215775. OLE color: 4215775.
HSL color Cylindrical-coordinate representation of color #DF5340: hue angle of 7.17º 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 #DF5340 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 64 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.13 |
| HSL | 7.17º | 0.71% | 0.56% | - |
| HSV(B) | 7.17º | 0.71% | 0.87% | - |
| XYZ | 34.45 | 22.24 | 7.33 | - |
| YUV | 122.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 64 | 0 | 0.63 | 0.71 | 0.13 | 7.17 | 0.71 | 0.56 |
| Hex | DF | 53 | 40 | 0 | 3F | 47 | D | 7 | 47 | 38 |
| Octal | 337 | 123 | 100 | 0 | 77 | 107 | 15 | 7 | 107 | 70 |
| Binary | 11011111 | 1010011 | 1000000 | 0 | 111111 | 1000111 | 1101 | 111 | 1000111 | 111000 |
Color Harmonies of #DF5340
Complementary color
Monochromatic Colors of #DF5340
Black with #DF5340
Text Example
Text Example
White with #DF5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5340; }
p { color: rgb(223,83,64); }
H1.HeaderClassName
{
color: #DF5340;
}
.AnyTagClassName
{
color: #DF5340;
}
</style>
background-color css
<style>
a { background-color: #DF5340; }
a { background-color: rgb(223,83,64); }
div.DivClassName
{
background-color: #DF5340;
}
.BgClassName
{
background-color: #DF5340;
}
</style>
border-color css
<style>
span { border-color: #DF5340; }
span { border-color: rgb(223,83,64); }
td.TdClassName
{
border-color: #DF5340;
}
.TagClassName
{
border-color: #DF5340;
}
</style>