Shades of Valencia #DF5144
Tints of Valencia #DF5144
RGB
CMYK
RGB Variations
Color information
#DF5144 (or 0xDF5144) is known color: Valencia. HEX triplet: DF, 51 and 44. RGB value is (223,81,68). Sum of RGB (Red+Green+Blue) = 223+81+68=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5144 is #20AEBB. Grayscale: #7A7A7A. Windows color (decimal): -2141884 or 4477407. OLE color: 4477407.
HSL color Cylindrical-coordinate representation of color #DF5144: hue angle of 5.03º 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 #DF5144 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 68 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.13 |
| HSL | 5.03º | 0.71% | 0.57% | - |
| HSV(B) | 5.03º | 0.7% | 0.87% | - |
| XYZ | 34.42 | 21.99 | 7.9 | - |
| YUV | 121.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 68 | 0 | 0.64 | 0.70 | 0.13 | 5.03 | 0.71 | 0.57 |
| Hex | DF | 51 | 44 | 0 | 40 | 46 | D | 5 | 47 | 39 |
| Octal | 337 | 121 | 104 | 0 | 100 | 106 | 15 | 5 | 107 | 71 |
| Binary | 11011111 | 1010001 | 1000100 | 0 | 1000000 | 1000110 | 1101 | 101 | 1000111 | 111001 |
Color Harmonies of #DF5144
Complementary color
Monochromatic Colors of #DF5144
Black with #DF5144
Text Example
Text Example
White with #DF5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5144; }
p { color: rgb(223,81,68); }
H1.HeaderClassName
{
color: #DF5144;
}
.AnyTagClassName
{
color: #DF5144;
}
</style>
background-color css
<style>
a { background-color: #DF5144; }
a { background-color: rgb(223,81,68); }
div.DivClassName
{
background-color: #DF5144;
}
.BgClassName
{
background-color: #DF5144;
}
</style>
border-color css
<style>
span { border-color: #DF5144; }
span { border-color: rgb(223,81,68); }
td.TdClassName
{
border-color: #DF5144;
}
.TagClassName
{
border-color: #DF5144;
}
</style>