Shades of Valencia #DF594E
Tints of Valencia #DF594E
RGB
CMYK
RGB Variations
Color information
#DF594E (or 0xDF594E) is known color: Valencia. HEX triplet: DF, 59 and 4E. RGB value is (223,89,78). Sum of RGB (Red+Green+Blue) = 223+89+78=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF594E is #20A6B1. Grayscale: #7F7F7F. Windows color (decimal): -2139826 or 5134815. OLE color: 5134815.
HSL color Cylindrical-coordinate representation of color #DF594E: hue angle of 4.55º 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 #DF594E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 78 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.13 |
| HSL | 4.55º | 0.69% | 0.59% | - |
| HSV(B) | 4.55º | 0.65% | 0.87% | - |
| XYZ | 35.38 | 23.38 | 9.86 | - |
| YUV | 127.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 78 | 0 | 0.60 | 0.65 | 0.13 | 4.55 | 0.69 | 0.59 |
| Hex | DF | 59 | 4E | 0 | 3C | 41 | D | 5 | 45 | 3B |
| Octal | 337 | 131 | 116 | 0 | 74 | 101 | 15 | 5 | 105 | 73 |
| Binary | 11011111 | 1011001 | 1001110 | 0 | 111100 | 1000001 | 1101 | 101 | 1000101 | 111011 |
Color Harmonies of #DF594E
Complementary color
Monochromatic Colors of #DF594E
Black with #DF594E
Text Example
Text Example
White with #DF594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF594E; }
p { color: rgb(223,89,78); }
H1.HeaderClassName
{
color: #DF594E;
}
.AnyTagClassName
{
color: #DF594E;
}
</style>
background-color css
<style>
a { background-color: #DF594E; }
a { background-color: rgb(223,89,78); }
div.DivClassName
{
background-color: #DF594E;
}
.BgClassName
{
background-color: #DF594E;
}
</style>
border-color css
<style>
span { border-color: #DF594E; }
span { border-color: rgb(223,89,78); }
td.TdClassName
{
border-color: #DF594E;
}
.TagClassName
{
border-color: #DF594E;
}
</style>