Shades of Valencia #DF5349
Tints of Valencia #DF5349
RGB
CMYK
RGB Variations
Color information
#DF5349 (or 0xDF5349) is known color: Valencia. HEX triplet: DF, 53 and 49. RGB value is (223,83,73). Sum of RGB (Red+Green+Blue) = 223+83+73=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5349 is #20ACB6. Grayscale: #7B7B7B. Windows color (decimal): -2141367 or 4805599. OLE color: 4805599.
HSL color Cylindrical-coordinate representation of color #DF5349: hue angle of 4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF5349 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 73 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.13 |
| HSL | 4º | 0.7% | 0.58% | - |
| HSV(B) | 4º | 0.67% | 0.87% | - |
| XYZ | 34.73 | 22.36 | 8.79 | - |
| YUV | 123.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 73 | 0 | 0.63 | 0.67 | 0.13 | 4 | 0.7 | 0.58 |
| Hex | DF | 53 | 49 | 0 | 3F | 43 | D | 4 | 46 | 3A |
| Octal | 337 | 123 | 111 | 0 | 77 | 103 | 15 | 4 | 106 | 72 |
| Binary | 11011111 | 1010011 | 1001001 | 0 | 111111 | 1000011 | 1101 | 100 | 1000110 | 111010 |
Color Harmonies of #DF5349
Complementary color
Monochromatic Colors of #DF5349
Black with #DF5349
Text Example
Text Example
White with #DF5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5349; }
p { color: rgb(223,83,73); }
H1.HeaderClassName
{
color: #DF5349;
}
.AnyTagClassName
{
color: #DF5349;
}
</style>
background-color css
<style>
a { background-color: #DF5349; }
a { background-color: rgb(223,83,73); }
div.DivClassName
{
background-color: #DF5349;
}
.BgClassName
{
background-color: #DF5349;
}
</style>
border-color css
<style>
span { border-color: #DF5349; }
span { border-color: rgb(223,83,73); }
td.TdClassName
{
border-color: #DF5349;
}
.TagClassName
{
border-color: #DF5349;
}
</style>