Shades of Valencia #DF5741
Tints of Valencia #DF5741
RGB
CMYK
RGB Variations
Color information
#DF5741 (or 0xDF5741) is known color: Valencia. HEX triplet: DF, 57 and 41. RGB value is (223,87,65). Sum of RGB (Red+Green+Blue) = 223+87+65=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5741 is #20A8BE. Grayscale: #7D7D7D. Windows color (decimal): -2140351 or 4282335. OLE color: 4282335.
HSL color Cylindrical-coordinate representation of color #DF5741: hue angle of 8.35º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF5741 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 65 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.13 |
| HSL | 8.35º | 0.71% | 0.56% | - |
| HSV(B) | 8.35º | 0.71% | 0.87% | - |
| XYZ | 34.79 | 22.89 | 7.58 | - |
| YUV | 125.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 65 | 0 | 0.61 | 0.71 | 0.13 | 8.35 | 0.71 | 0.56 |
| Hex | DF | 57 | 41 | 0 | 3D | 47 | D | 8 | 47 | 38 |
| Octal | 337 | 127 | 101 | 0 | 75 | 107 | 15 | 10 | 107 | 70 |
| Binary | 11011111 | 1010111 | 1000001 | 0 | 111101 | 1000111 | 1101 | 1000 | 1000111 | 111000 |
Color Harmonies of #DF5741
Complementary color
Monochromatic Colors of #DF5741
Black with #DF5741
Text Example
Text Example
White with #DF5741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5741; }
p { color: rgb(223,87,65); }
H1.HeaderClassName
{
color: #DF5741;
}
.AnyTagClassName
{
color: #DF5741;
}
</style>
background-color css
<style>
a { background-color: #DF5741; }
a { background-color: rgb(223,87,65); }
div.DivClassName
{
background-color: #DF5741;
}
.BgClassName
{
background-color: #DF5741;
}
</style>
border-color css
<style>
span { border-color: #DF5741; }
span { border-color: rgb(223,87,65); }
td.TdClassName
{
border-color: #DF5741;
}
.TagClassName
{
border-color: #DF5741;
}
</style>