Shades of Valencia #E0543F
Tints of Valencia #E0543F
RGB
CMYK
RGB Variations
Color information
#E0543F (or 0xE0543F) is known color: Valencia. HEX triplet: E0, 54 and 3F. RGB value is (224,84,63). Sum of RGB (Red+Green+Blue) = 224+84+63=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0543F is #1FABC0. Grayscale: #7B7B7B. Windows color (decimal): -2075585 or 4150496. OLE color: 4150496.
HSL color Cylindrical-coordinate representation of color #E0543F: hue angle of 7.83º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0543F is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 63 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.12 |
| HSL | 7.83º | 0.72% | 0.56% | - |
| HSV(B) | 7.83º | 0.72% | 0.88% | - |
| XYZ | 34.81 | 22.55 | 7.22 | - |
| YUV | 123.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 63 | 0 | 0.62 | 0.72 | 0.12 | 7.83 | 0.72 | 0.56 |
| Hex | E0 | 54 | 3F | 0 | 3E | 48 | C | 8 | 48 | 38 |
| Octal | 340 | 124 | 77 | 0 | 76 | 110 | 14 | 10 | 110 | 70 |
| Binary | 11100000 | 1010100 | 111111 | 0 | 111110 | 1001000 | 1100 | 1000 | 1001000 | 111000 |
Color Harmonies of #E0543F
Complementary color
Monochromatic Colors of #E0543F
Black with #E0543F
Text Example
Text Example
White with #E0543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0543F; }
p { color: rgb(224,84,63); }
H1.HeaderClassName
{
color: #E0543F;
}
.AnyTagClassName
{
color: #E0543F;
}
</style>
background-color css
<style>
a { background-color: #E0543F; }
a { background-color: rgb(224,84,63); }
div.DivClassName
{
background-color: #E0543F;
}
.BgClassName
{
background-color: #E0543F;
}
</style>
border-color css
<style>
span { border-color: #E0543F; }
span { border-color: rgb(224,84,63); }
td.TdClassName
{
border-color: #E0543F;
}
.TagClassName
{
border-color: #E0543F;
}
</style>