Shades of Valencia #DF5444
Tints of Valencia #DF5444
RGB
CMYK
RGB Variations
Color information
#DF5444 (or 0xDF5444) is known color: Valencia. HEX triplet: DF, 54 and 44. RGB value is (223,84,68). Sum of RGB (Red+Green+Blue) = 223+84+68=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5444 is #20ABBB. Grayscale: #7B7B7B. Windows color (decimal): -2141116 or 4478175. OLE color: 4478175.
HSL color Cylindrical-coordinate representation of color #DF5444: hue angle of 6.19º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF5444 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 68 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.13 |
| HSL | 6.19º | 0.71% | 0.57% | - |
| HSV(B) | 6.19º | 0.7% | 0.87% | - |
| XYZ | 34.65 | 22.45 | 7.98 | - |
| YUV | 123.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 68 | 0 | 0.62 | 0.70 | 0.13 | 6.19 | 0.71 | 0.57 |
| Hex | DF | 54 | 44 | 0 | 3E | 46 | D | 6 | 47 | 39 |
| Octal | 337 | 124 | 104 | 0 | 76 | 106 | 15 | 6 | 107 | 71 |
| Binary | 11011111 | 1010100 | 1000100 | 0 | 111110 | 1000110 | 1101 | 110 | 1000111 | 111001 |
Color Harmonies of #DF5444
Complementary color
Monochromatic Colors of #DF5444
Black with #DF5444
Text Example
Text Example
White with #DF5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5444; }
p { color: rgb(223,84,68); }
H1.HeaderClassName
{
color: #DF5444;
}
.AnyTagClassName
{
color: #DF5444;
}
</style>
background-color css
<style>
a { background-color: #DF5444; }
a { background-color: rgb(223,84,68); }
div.DivClassName
{
background-color: #DF5444;
}
.BgClassName
{
background-color: #DF5444;
}
</style>
border-color css
<style>
span { border-color: #DF5444; }
span { border-color: rgb(223,84,68); }
td.TdClassName
{
border-color: #DF5444;
}
.TagClassName
{
border-color: #DF5444;
}
</style>