Shades of Valencia #DF574E
Tints of Valencia #DF574E
RGB
CMYK
RGB Variations
Color information
#DF574E (or 0xDF574E) is known color: Valencia. HEX triplet: DF, 57 and 4E. RGB value is (223,87,78). Sum of RGB (Red+Green+Blue) = 223+87+78=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF574E is #20A8B1. Grayscale: #7E7E7E. Windows color (decimal): -2140338 or 5134303. OLE color: 5134303.
HSL color Cylindrical-coordinate representation of color #DF574E: hue angle of 3.72º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF574E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 78 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.13 |
| HSL | 3.72º | 0.69% | 0.59% | - |
| HSV(B) | 3.72º | 0.65% | 0.87% | - |
| XYZ | 35.21 | 23.05 | 9.8 | - |
| YUV | 126.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 78 | 0 | 0.61 | 0.65 | 0.13 | 3.72 | 0.69 | 0.59 |
| Hex | DF | 57 | 4E | 0 | 3D | 41 | D | 4 | 45 | 3B |
| Octal | 337 | 127 | 116 | 0 | 75 | 101 | 15 | 4 | 105 | 73 |
| Binary | 11011111 | 1010111 | 1001110 | 0 | 111101 | 1000001 | 1101 | 100 | 1000101 | 111011 |
Color Harmonies of #DF574E
Complementary color
Monochromatic Colors of #DF574E
Black with #DF574E
Text Example
Text Example
White with #DF574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF574E; }
p { color: rgb(223,87,78); }
H1.HeaderClassName
{
color: #DF574E;
}
.AnyTagClassName
{
color: #DF574E;
}
</style>
background-color css
<style>
a { background-color: #DF574E; }
a { background-color: rgb(223,87,78); }
div.DivClassName
{
background-color: #DF574E;
}
.BgClassName
{
background-color: #DF574E;
}
</style>
border-color css
<style>
span { border-color: #DF574E; }
span { border-color: rgb(223,87,78); }
td.TdClassName
{
border-color: #DF574E;
}
.TagClassName
{
border-color: #DF574E;
}
</style>