Shades of Valencia #DF4F4E
Tints of Valencia #DF4F4E
RGB
CMYK
RGB Variations
Color information
#DF4F4E (or 0xDF4F4E) is known color: Valencia. HEX triplet: DF, 4F and 4E. RGB value is (223,79,78). Sum of RGB (Red+Green+Blue) = 223+79+78=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F4E is #20B0B1. Grayscale: #7A7A7A. Windows color (decimal): -2142386 or 5132255. OLE color: 5132255.
HSL color Cylindrical-coordinate representation of color #DF4F4E: hue angle of 0.41º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4F4E is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 78 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.13 |
| HSL | 0.41º | 0.69% | 0.59% | - |
| HSV(B) | 0.41º | 0.65% | 0.87% | - |
| XYZ | 34.6 | 21.83 | 9.6 | - |
| YUV | 121.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 78 | 0 | 0.65 | 0.65 | 0.13 | 0.41 | 0.69 | 0.59 |
| Hex | DF | 4F | 4E | 0 | 41 | 41 | D | 0 | 45 | 3B |
| Octal | 337 | 117 | 116 | 0 | 101 | 101 | 15 | 0 | 105 | 73 |
| Binary | 11011111 | 1001111 | 1001110 | 0 | 1000001 | 1000001 | 1101 | 0 | 1000101 | 111011 |
Color Harmonies of #DF4F4E
Complementary color
Monochromatic Colors of #DF4F4E
Black with #DF4F4E
Text Example
Text Example
White with #DF4F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F4E; }
p { color: rgb(223,79,78); }
H1.HeaderClassName
{
color: #DF4F4E;
}
.AnyTagClassName
{
color: #DF4F4E;
}
</style>
background-color css
<style>
a { background-color: #DF4F4E; }
a { background-color: rgb(223,79,78); }
div.DivClassName
{
background-color: #DF4F4E;
}
.BgClassName
{
background-color: #DF4F4E;
}
</style>
border-color css
<style>
span { border-color: #DF4F4E; }
span { border-color: rgb(223,79,78); }
td.TdClassName
{
border-color: #DF4F4E;
}
.TagClassName
{
border-color: #DF4F4E;
}
</style>