Shades of Valencia #DF4E4A
Tints of Valencia #DF4E4A
RGB
CMYK
RGB Variations
Color information
#DF4E4A (or 0xDF4E4A) is known color: Valencia. HEX triplet: DF, 4E and 4A. RGB value is (223,78,74). Sum of RGB (Red+Green+Blue) = 223+78+74=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E4A is #20B1B5. Grayscale: #797979. Windows color (decimal): -2142646 or 4869855. OLE color: 4869855.
HSL color Cylindrical-coordinate representation of color #DF4E4A: hue angle of 1.61º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4E4A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 74 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.13 |
| HSL | 1.61º | 0.7% | 0.58% | - |
| HSV(B) | 1.61º | 0.67% | 0.87% | - |
| XYZ | 34.39 | 21.63 | 8.84 | - |
| YUV | 120.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 74 | 0 | 0.65 | 0.67 | 0.13 | 1.61 | 0.7 | 0.58 |
| Hex | DF | 4E | 4A | 0 | 41 | 43 | D | 2 | 46 | 3A |
| Octal | 337 | 116 | 112 | 0 | 101 | 103 | 15 | 2 | 106 | 72 |
| Binary | 11011111 | 1001110 | 1001010 | 0 | 1000001 | 1000011 | 1101 | 10 | 1000110 | 111010 |
Color Harmonies of #DF4E4A
Complementary color
Monochromatic Colors of #DF4E4A
Black with #DF4E4A
Text Example
Text Example
White with #DF4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E4A; }
p { color: rgb(223,78,74); }
H1.HeaderClassName
{
color: #DF4E4A;
}
.AnyTagClassName
{
color: #DF4E4A;
}
</style>
background-color css
<style>
a { background-color: #DF4E4A; }
a { background-color: rgb(223,78,74); }
div.DivClassName
{
background-color: #DF4E4A;
}
.BgClassName
{
background-color: #DF4E4A;
}
</style>
border-color css
<style>
span { border-color: #DF4E4A; }
span { border-color: rgb(223,78,74); }
td.TdClassName
{
border-color: #DF4E4A;
}
.TagClassName
{
border-color: #DF4E4A;
}
</style>