Shades of Valencia #E14F44
Tints of Valencia #E14F44
RGB
CMYK
RGB Variations
Color information
#E14F44 (or 0xE14F44) is known color: Valencia. HEX triplet: E1, 4F and 44. RGB value is (225,79,68). Sum of RGB (Red+Green+Blue) = 225+79+68=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14F44 is #1EB0BB. Grayscale: #797979. Windows color (decimal): -2011324 or 4476897. OLE color: 4476897.
HSL color Cylindrical-coordinate representation of color #E14F44: hue angle of 4.2º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14F44 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 68 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.12 |
| HSL | 4.2º | 0.72% | 0.57% | - |
| HSV(B) | 4.2º | 0.7% | 0.88% | - |
| XYZ | 34.89 | 22.02 | 7.88 | - |
| YUV | 121.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 68 | 0 | 0.65 | 0.70 | 0.12 | 4.2 | 0.72 | 0.57 |
| Hex | E1 | 4F | 44 | 0 | 41 | 46 | C | 4 | 48 | 39 |
| Octal | 341 | 117 | 104 | 0 | 101 | 106 | 14 | 4 | 110 | 71 |
| Binary | 11100001 | 1001111 | 1000100 | 0 | 1000001 | 1000110 | 1100 | 100 | 1001000 | 111001 |
Color Harmonies of #E14F44
Complementary color
Monochromatic Colors of #E14F44
Black with #E14F44
Text Example
Text Example
White with #E14F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F44; }
p { color: rgb(225,79,68); }
H1.HeaderClassName
{
color: #E14F44;
}
.AnyTagClassName
{
color: #E14F44;
}
</style>
background-color css
<style>
a { background-color: #E14F44; }
a { background-color: rgb(225,79,68); }
div.DivClassName
{
background-color: #E14F44;
}
.BgClassName
{
background-color: #E14F44;
}
</style>
border-color css
<style>
span { border-color: #E14F44; }
span { border-color: rgb(225,79,68); }
td.TdClassName
{
border-color: #E14F44;
}
.TagClassName
{
border-color: #E14F44;
}
</style>