Shades of Valencia #DF4A49
Tints of Valencia #DF4A49
RGB
CMYK
RGB Variations
Color information
#DF4A49 (or 0xDF4A49) is known color: Valencia. HEX triplet: DF, 4A and 49. RGB value is (223,74,73). Sum of RGB (Red+Green+Blue) = 223+74+73=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A49 is #20B5B6. Grayscale: #767676. Windows color (decimal): -2143671 or 4803295. OLE color: 4803295.
HSL color Cylindrical-coordinate representation of color #DF4A49: hue angle of 0.4º 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 #DF4A49 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 73 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.13 |
| HSL | 0.4º | 0.7% | 0.58% | - |
| HSV(B) | 0.4º | 0.67% | 0.87% | - |
| XYZ | 34.08 | 21.07 | 8.57 | - |
| YUV | 118.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 73 | 0 | 0.67 | 0.67 | 0.13 | 0.4 | 0.7 | 0.58 |
| Hex | DF | 4A | 49 | 0 | 43 | 43 | D | 0 | 46 | 3A |
| Octal | 337 | 112 | 111 | 0 | 103 | 103 | 15 | 0 | 106 | 72 |
| Binary | 11011111 | 1001010 | 1001001 | 0 | 1000011 | 1000011 | 1101 | 0 | 1000110 | 111010 |
Color Harmonies of #DF4A49
Complementary color
Monochromatic Colors of #DF4A49
Black with #DF4A49
Text Example
Text Example
White with #DF4A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A49; }
p { color: rgb(223,74,73); }
H1.HeaderClassName
{
color: #DF4A49;
}
.AnyTagClassName
{
color: #DF4A49;
}
</style>
background-color css
<style>
a { background-color: #DF4A49; }
a { background-color: rgb(223,74,73); }
div.DivClassName
{
background-color: #DF4A49;
}
.BgClassName
{
background-color: #DF4A49;
}
</style>
border-color css
<style>
span { border-color: #DF4A49; }
span { border-color: rgb(223,74,73); }
td.TdClassName
{
border-color: #DF4A49;
}
.TagClassName
{
border-color: #DF4A49;
}
</style>