Shades of Valencia #DF4F45
Tints of Valencia #DF4F45
RGB
CMYK
RGB Variations
Color information
#DF4F45 (or 0xDF4F45) is known color: Valencia. HEX triplet: DF, 4F and 45. RGB value is (223,79,69). Sum of RGB (Red+Green+Blue) = 223+79+69=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4F45 is #20B0BA. Grayscale: #797979. Windows color (decimal): -2142395 or 4542431. OLE color: 4542431.
HSL color Cylindrical-coordinate representation of color #DF4F45: hue angle of 3.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4F45 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 69 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.13 |
| HSL | 3.9º | 0.71% | 0.57% | - |
| HSV(B) | 3.9º | 0.69% | 0.87% | - |
| XYZ | 34.3 | 21.71 | 8.01 | - |
| YUV | 120.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 69 | 0 | 0.65 | 0.69 | 0.13 | 3.9 | 0.71 | 0.57 |
| Hex | DF | 4F | 45 | 0 | 41 | 45 | D | 4 | 47 | 39 |
| Octal | 337 | 117 | 105 | 0 | 101 | 105 | 15 | 4 | 107 | 71 |
| Binary | 11011111 | 1001111 | 1000101 | 0 | 1000001 | 1000101 | 1101 | 100 | 1000111 | 111001 |
Color Harmonies of #DF4F45
Complementary color
Monochromatic Colors of #DF4F45
Black with #DF4F45
Text Example
Text Example
White with #DF4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F45; }
p { color: rgb(223,79,69); }
H1.HeaderClassName
{
color: #DF4F45;
}
.AnyTagClassName
{
color: #DF4F45;
}
</style>
background-color css
<style>
a { background-color: #DF4F45; }
a { background-color: rgb(223,79,69); }
div.DivClassName
{
background-color: #DF4F45;
}
.BgClassName
{
background-color: #DF4F45;
}
</style>
border-color css
<style>
span { border-color: #DF4F45; }
span { border-color: rgb(223,79,69); }
td.TdClassName
{
border-color: #DF4F45;
}
.TagClassName
{
border-color: #DF4F45;
}
</style>