Shades of Valencia #DF523F
Tints of Valencia #DF523F
RGB
CMYK
RGB Variations
Color information
#DF523F (or 0xDF523F) is known color: Valencia. HEX triplet: DF, 52 and 3F. RGB value is (223,82,63). Sum of RGB (Red+Green+Blue) = 223+82+63=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF523F is #20ADC0. Grayscale: #7A7A7A. Windows color (decimal): -2141633 or 4149983. OLE color: 4149983.
HSL color Cylindrical-coordinate representation of color #DF523F: hue angle of 7.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF523F is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 63 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.13 |
| HSL | 7.13º | 0.71% | 0.56% | - |
| HSV(B) | 7.13º | 0.72% | 0.87% | - |
| XYZ | 34.35 | 22.08 | 7.15 | - |
| YUV | 121.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 63 | 0 | 0.63 | 0.72 | 0.13 | 7.13 | 0.71 | 0.56 |
| Hex | DF | 52 | 3F | 0 | 3F | 48 | D | 7 | 47 | 38 |
| Octal | 337 | 122 | 77 | 0 | 77 | 110 | 15 | 7 | 107 | 70 |
| Binary | 11011111 | 1010010 | 111111 | 0 | 111111 | 1001000 | 1101 | 111 | 1000111 | 111000 |
Color Harmonies of #DF523F
Complementary color
Monochromatic Colors of #DF523F
Black with #DF523F
Text Example
Text Example
White with #DF523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF523F; }
p { color: rgb(223,82,63); }
H1.HeaderClassName
{
color: #DF523F;
}
.AnyTagClassName
{
color: #DF523F;
}
</style>
background-color css
<style>
a { background-color: #DF523F; }
a { background-color: rgb(223,82,63); }
div.DivClassName
{
background-color: #DF523F;
}
.BgClassName
{
background-color: #DF523F;
}
</style>
border-color css
<style>
span { border-color: #DF523F; }
span { border-color: rgb(223,82,63); }
td.TdClassName
{
border-color: #DF523F;
}
.TagClassName
{
border-color: #DF523F;
}
</style>