Shades of Valencia #DF5749
Tints of Valencia #DF5749
RGB
CMYK
RGB Variations
Color information
#DF5749 (or 0xDF5749) is known color: Valencia. HEX triplet: DF, 57 and 49. RGB value is (223,87,73). Sum of RGB (Red+Green+Blue) = 223+87+73=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5749 is #20A8B6. Grayscale: #7E7E7E. Windows color (decimal): -2140343 or 4806623. OLE color: 4806623.
HSL color Cylindrical-coordinate representation of color #DF5749: hue angle of 5.6º 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 #DF5749 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 73 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.13 |
| HSL | 5.6º | 0.7% | 0.58% | - |
| HSV(B) | 5.6º | 0.67% | 0.87% | - |
| XYZ | 35.04 | 22.99 | 8.89 | - |
| YUV | 126.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 73 | 0 | 0.61 | 0.67 | 0.13 | 5.6 | 0.7 | 0.58 |
| Hex | DF | 57 | 49 | 0 | 3D | 43 | D | 6 | 46 | 3A |
| Octal | 337 | 127 | 111 | 0 | 75 | 103 | 15 | 6 | 106 | 72 |
| Binary | 11011111 | 1010111 | 1001001 | 0 | 111101 | 1000011 | 1101 | 110 | 1000110 | 111010 |
Color Harmonies of #DF5749
Complementary color
Monochromatic Colors of #DF5749
Black with #DF5749
Text Example
Text Example
White with #DF5749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5749; }
p { color: rgb(223,87,73); }
H1.HeaderClassName
{
color: #DF5749;
}
.AnyTagClassName
{
color: #DF5749;
}
</style>
background-color css
<style>
a { background-color: #DF5749; }
a { background-color: rgb(223,87,73); }
div.DivClassName
{
background-color: #DF5749;
}
.BgClassName
{
background-color: #DF5749;
}
</style>
border-color css
<style>
span { border-color: #DF5749; }
span { border-color: rgb(223,87,73); }
td.TdClassName
{
border-color: #DF5749;
}
.TagClassName
{
border-color: #DF5749;
}
</style>