Shades of Valencia #DF5243
Tints of Valencia #DF5243
RGB
CMYK
RGB Variations
Color information
#DF5243 (or 0xDF5243) is known color: Valencia. HEX triplet: DF, 52 and 43. RGB value is (223,82,67). Sum of RGB (Red+Green+Blue) = 223+82+67=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5243 is #20ADBC. Grayscale: #7A7A7A. Windows color (decimal): -2141629 or 4412127. OLE color: 4412127.
HSL color Cylindrical-coordinate representation of color #DF5243: hue angle of 5.77º 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 #DF5243 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 67 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.13 |
| HSL | 5.77º | 0.71% | 0.57% | - |
| HSV(B) | 5.77º | 0.7% | 0.87% | - |
| XYZ | 34.46 | 22.13 | 7.76 | - |
| YUV | 122.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 67 | 0 | 0.63 | 0.70 | 0.13 | 5.77 | 0.71 | 0.57 |
| Hex | DF | 52 | 43 | 0 | 3F | 46 | D | 6 | 47 | 39 |
| Octal | 337 | 122 | 103 | 0 | 77 | 106 | 15 | 6 | 107 | 71 |
| Binary | 11011111 | 1010010 | 1000011 | 0 | 111111 | 1000110 | 1101 | 110 | 1000111 | 111001 |
Color Harmonies of #DF5243
Complementary color
Monochromatic Colors of #DF5243
Black with #DF5243
Text Example
Text Example
White with #DF5243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5243; }
p { color: rgb(223,82,67); }
H1.HeaderClassName
{
color: #DF5243;
}
.AnyTagClassName
{
color: #DF5243;
}
</style>
background-color css
<style>
a { background-color: #DF5243; }
a { background-color: rgb(223,82,67); }
div.DivClassName
{
background-color: #DF5243;
}
.BgClassName
{
background-color: #DF5243;
}
</style>
border-color css
<style>
span { border-color: #DF5243; }
span { border-color: rgb(223,82,67); }
td.TdClassName
{
border-color: #DF5243;
}
.TagClassName
{
border-color: #DF5243;
}
</style>