Shades of Valencia #E04F43
Tints of Valencia #E04F43
RGB
CMYK
RGB Variations
Color information
#E04F43 (or 0xE04F43) is known color: Valencia. HEX triplet: E0, 4F and 43. RGB value is (224,79,67). Sum of RGB (Red+Green+Blue) = 224+79+67=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F43 is #1FB0BC. Grayscale: #797979. Windows color (decimal): -2076861 or 4411360. OLE color: 4411360.
HSL color Cylindrical-coordinate representation of color #E04F43: hue angle of 4.59º 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 #E04F43 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 67 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.12 |
| HSL | 4.59º | 0.72% | 0.57% | - |
| HSV(B) | 4.59º | 0.7% | 0.88% | - |
| XYZ | 34.55 | 21.84 | 7.71 | - |
| YUV | 120.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 67 | 0 | 0.65 | 0.70 | 0.12 | 4.59 | 0.72 | 0.57 |
| Hex | E0 | 4F | 43 | 0 | 41 | 46 | C | 5 | 48 | 39 |
| Octal | 340 | 117 | 103 | 0 | 101 | 106 | 14 | 5 | 110 | 71 |
| Binary | 11100000 | 1001111 | 1000011 | 0 | 1000001 | 1000110 | 1100 | 101 | 1001000 | 111001 |
Color Harmonies of #E04F43
Complementary color
Monochromatic Colors of #E04F43
Black with #E04F43
Text Example
Text Example
White with #E04F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F43; }
p { color: rgb(224,79,67); }
H1.HeaderClassName
{
color: #E04F43;
}
.AnyTagClassName
{
color: #E04F43;
}
</style>
background-color css
<style>
a { background-color: #E04F43; }
a { background-color: rgb(224,79,67); }
div.DivClassName
{
background-color: #E04F43;
}
.BgClassName
{
background-color: #E04F43;
}
</style>
border-color css
<style>
span { border-color: #E04F43; }
span { border-color: rgb(224,79,67); }
td.TdClassName
{
border-color: #E04F43;
}
.TagClassName
{
border-color: #E04F43;
}
</style>