Shades of Valencia #DF574C
Tints of Valencia #DF574C
RGB
CMYK
RGB Variations
Color information
#DF574C (or 0xDF574C) is known color: Valencia. HEX triplet: DF, 57 and 4C. RGB value is (223,87,76). Sum of RGB (Red+Green+Blue) = 223+87+76=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF574C is #20A8B3. Grayscale: #7E7E7E. Windows color (decimal): -2140340 or 5003231. OLE color: 5003231.
HSL color Cylindrical-coordinate representation of color #DF574C: hue angle of 4.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF574C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 76 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.13 |
| HSL | 4.49º | 0.7% | 0.59% | - |
| HSV(B) | 4.49º | 0.66% | 0.87% | - |
| XYZ | 35.14 | 23.03 | 9.43 | - |
| YUV | 126.41 | 99.56 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 76 | 0 | 0.61 | 0.66 | 0.13 | 4.49 | 0.7 | 0.59 |
| Hex | DF | 57 | 4C | 0 | 3D | 42 | D | 4 | 46 | 3B |
| Octal | 337 | 127 | 114 | 0 | 75 | 102 | 15 | 4 | 106 | 73 |
| Binary | 11011111 | 1010111 | 1001100 | 0 | 111101 | 1000010 | 1101 | 100 | 1000110 | 111011 |
Color Harmonies of #DF574C
Complementary color
Monochromatic Colors of #DF574C
Black with #DF574C
Text Example
Text Example
White with #DF574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF574C; }
p { color: rgb(223,87,76); }
H1.HeaderClassName
{
color: #DF574C;
}
.AnyTagClassName
{
color: #DF574C;
}
</style>
background-color css
<style>
a { background-color: #DF574C; }
a { background-color: rgb(223,87,76); }
div.DivClassName
{
background-color: #DF574C;
}
.BgClassName
{
background-color: #DF574C;
}
</style>
border-color css
<style>
span { border-color: #DF574C; }
span { border-color: rgb(223,87,76); }
td.TdClassName
{
border-color: #DF574C;
}
.TagClassName
{
border-color: #DF574C;
}
</style>