Shades of Valencia #DF5147
Tints of Valencia #DF5147
RGB
CMYK
RGB Variations
Color information
#DF5147 (or 0xDF5147) is known color: Valencia. HEX triplet: DF, 51 and 47. RGB value is (223,81,71). Sum of RGB (Red+Green+Blue) = 223+81+71=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5147 is #20AEB8. Grayscale: #7A7A7A. Windows color (decimal): -2141881 or 4674015. OLE color: 4674015.
HSL color Cylindrical-coordinate representation of color #DF5147: hue angle of 3.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF5147 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 71 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.13 |
| HSL | 3.95º | 0.7% | 0.58% | - |
| HSV(B) | 3.95º | 0.68% | 0.87% | - |
| XYZ | 34.51 | 22.03 | 8.39 | - |
| YUV | 122.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 71 | 0 | 0.64 | 0.68 | 0.13 | 3.95 | 0.7 | 0.58 |
| Hex | DF | 51 | 47 | 0 | 40 | 44 | D | 4 | 46 | 3A |
| Octal | 337 | 121 | 107 | 0 | 100 | 104 | 15 | 4 | 106 | 72 |
| Binary | 11011111 | 1010001 | 1000111 | 0 | 1000000 | 1000100 | 1101 | 100 | 1000110 | 111010 |
Color Harmonies of #DF5147
Complementary color
Monochromatic Colors of #DF5147
Black with #DF5147
Text Example
Text Example
White with #DF5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5147; }
p { color: rgb(223,81,71); }
H1.HeaderClassName
{
color: #DF5147;
}
.AnyTagClassName
{
color: #DF5147;
}
</style>
background-color css
<style>
a { background-color: #DF5147; }
a { background-color: rgb(223,81,71); }
div.DivClassName
{
background-color: #DF5147;
}
.BgClassName
{
background-color: #DF5147;
}
</style>
border-color css
<style>
span { border-color: #DF5147; }
span { border-color: rgb(223,81,71); }
td.TdClassName
{
border-color: #DF5147;
}
.TagClassName
{
border-color: #DF5147;
}
</style>