Shades of Valencia #DF4E46
Tints of Valencia #DF4E46
RGB
CMYK
RGB Variations
Color information
#DF4E46 (or 0xDF4E46) is known color: Valencia. HEX triplet: DF, 4E and 46. RGB value is (223,78,70). Sum of RGB (Red+Green+Blue) = 223+78+70=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E46 is #20B1B9. Grayscale: #787878. Windows color (decimal): -2142650 or 4607711. OLE color: 4607711.
HSL color Cylindrical-coordinate representation of color #DF4E46: hue angle of 3.14º 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 #DF4E46 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 70 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.13 |
| HSL | 3.14º | 0.71% | 0.57% | - |
| HSV(B) | 3.14º | 0.69% | 0.87% | - |
| XYZ | 34.26 | 21.58 | 8.15 | - |
| YUV | 120.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 70 | 0 | 0.65 | 0.69 | 0.13 | 3.14 | 0.71 | 0.57 |
| Hex | DF | 4E | 46 | 0 | 41 | 45 | D | 3 | 47 | 39 |
| Octal | 337 | 116 | 106 | 0 | 101 | 105 | 15 | 3 | 107 | 71 |
| Binary | 11011111 | 1001110 | 1000110 | 0 | 1000001 | 1000101 | 1101 | 11 | 1000111 | 111001 |
Color Harmonies of #DF4E46
Complementary color
Monochromatic Colors of #DF4E46
Black with #DF4E46
Text Example
Text Example
White with #DF4E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E46; }
p { color: rgb(223,78,70); }
H1.HeaderClassName
{
color: #DF4E46;
}
.AnyTagClassName
{
color: #DF4E46;
}
</style>
background-color css
<style>
a { background-color: #DF4E46; }
a { background-color: rgb(223,78,70); }
div.DivClassName
{
background-color: #DF4E46;
}
.BgClassName
{
background-color: #DF4E46;
}
</style>
border-color css
<style>
span { border-color: #DF4E46; }
span { border-color: rgb(223,78,70); }
td.TdClassName
{
border-color: #DF4E46;
}
.TagClassName
{
border-color: #DF4E46;
}
</style>