Shades of Valencia #DF5750
Tints of Valencia #DF5750
RGB
CMYK
RGB Variations
Color information
#DF5750 (or 0xDF5750) is known color: Valencia. HEX triplet: DF, 57 and 50. RGB value is (223,87,80). Sum of RGB (Red+Green+Blue) = 223+87+80=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5750 is #20A8AF. Grayscale: #7F7F7F. Windows color (decimal): -2140336 or 5265375. OLE color: 5265375.
HSL color Cylindrical-coordinate representation of color #DF5750: hue angle of 2.94º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5750 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 80 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.13 |
| HSL | 2.94º | 0.69% | 0.59% | - |
| HSV(B) | 2.94º | 0.64% | 0.87% | - |
| XYZ | 35.29 | 23.08 | 10.19 | - |
| YUV | 126.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 80 | 0 | 0.61 | 0.64 | 0.13 | 2.94 | 0.69 | 0.59 |
| Hex | DF | 57 | 50 | 0 | 3D | 40 | D | 3 | 45 | 3B |
| Octal | 337 | 127 | 120 | 0 | 75 | 100 | 15 | 3 | 105 | 73 |
| Binary | 11011111 | 1010111 | 1010000 | 0 | 111101 | 1000000 | 1101 | 11 | 1000101 | 111011 |
Color Harmonies of #DF5750
Complementary color
Monochromatic Colors of #DF5750
Black with #DF5750
Text Example
Text Example
White with #DF5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5750; }
p { color: rgb(223,87,80); }
H1.HeaderClassName
{
color: #DF5750;
}
.AnyTagClassName
{
color: #DF5750;
}
</style>
background-color css
<style>
a { background-color: #DF5750; }
a { background-color: rgb(223,87,80); }
div.DivClassName
{
background-color: #DF5750;
}
.BgClassName
{
background-color: #DF5750;
}
</style>
border-color css
<style>
span { border-color: #DF5750; }
span { border-color: rgb(223,87,80); }
td.TdClassName
{
border-color: #DF5750;
}
.TagClassName
{
border-color: #DF5750;
}
</style>