Shades of Valencia #DF5347
Tints of Valencia #DF5347
RGB
CMYK
RGB Variations
Color information
#DF5347 (or 0xDF5347) is known color: Valencia. HEX triplet: DF, 53 and 47. RGB value is (223,83,71). Sum of RGB (Red+Green+Blue) = 223+83+71=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5347 is #20ACB8. Grayscale: #7B7B7B. Windows color (decimal): -2141369 or 4674527. OLE color: 4674527.
HSL color Cylindrical-coordinate representation of color #DF5347: hue angle of 4.74º 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 #DF5347 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 71 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.13 |
| HSL | 4.74º | 0.7% | 0.58% | - |
| HSV(B) | 4.74º | 0.68% | 0.87% | - |
| XYZ | 34.66 | 22.33 | 8.44 | - |
| YUV | 123.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 71 | 0 | 0.63 | 0.68 | 0.13 | 4.74 | 0.7 | 0.58 |
| Hex | DF | 53 | 47 | 0 | 3F | 44 | D | 5 | 46 | 3A |
| Octal | 337 | 123 | 107 | 0 | 77 | 104 | 15 | 5 | 106 | 72 |
| Binary | 11011111 | 1010011 | 1000111 | 0 | 111111 | 1000100 | 1101 | 101 | 1000110 | 111010 |
Color Harmonies of #DF5347
Complementary color
Monochromatic Colors of #DF5347
Black with #DF5347
Text Example
Text Example
White with #DF5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5347; }
p { color: rgb(223,83,71); }
H1.HeaderClassName
{
color: #DF5347;
}
.AnyTagClassName
{
color: #DF5347;
}
</style>
background-color css
<style>
a { background-color: #DF5347; }
a { background-color: rgb(223,83,71); }
div.DivClassName
{
background-color: #DF5347;
}
.BgClassName
{
background-color: #DF5347;
}
</style>
border-color css
<style>
span { border-color: #DF5347; }
span { border-color: rgb(223,83,71); }
td.TdClassName
{
border-color: #DF5347;
}
.TagClassName
{
border-color: #DF5347;
}
</style>