Shades of Valencia #E54D47
Tints of Valencia #E54D47
RGB
CMYK
RGB Variations
Color information
#E54D47 (or 0xE54D47) is known color: Valencia. HEX triplet: E5, 4D and 47. RGB value is (229,77,71). Sum of RGB (Red+Green+Blue) = 229+77+71=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D47 is #1AB2B8. Grayscale: #797979. Windows color (decimal): -1749689 or 4672997. OLE color: 4672997.
HSL color Cylindrical-coordinate representation of color #E54D47: hue angle of 2.28º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54D47 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 71 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.10 |
| HSL | 2.28º | 0.75% | 0.59% | - |
| HSV(B) | 2.28º | 0.69% | 0.9% | - |
| XYZ | 36.1 | 22.42 | 8.39 | - |
| YUV | 121.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 71 | 0 | 0.66 | 0.69 | 0.10 | 2.28 | 0.75 | 0.59 |
| Hex | E5 | 4D | 47 | 0 | 42 | 45 | A | 2 | 4B | 3B |
| Octal | 345 | 115 | 107 | 0 | 102 | 105 | 12 | 2 | 113 | 73 |
| Binary | 11100101 | 1001101 | 1000111 | 0 | 1000010 | 1000101 | 1010 | 10 | 1001011 | 111011 |
Color Harmonies of #E54D47
Complementary color
Monochromatic Colors of #E54D47
Black with #E54D47
Text Example
Text Example
White with #E54D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D47; }
p { color: rgb(229,77,71); }
H1.HeaderClassName
{
color: #E54D47;
}
.AnyTagClassName
{
color: #E54D47;
}
</style>
background-color css
<style>
a { background-color: #E54D47; }
a { background-color: rgb(229,77,71); }
div.DivClassName
{
background-color: #E54D47;
}
.BgClassName
{
background-color: #E54D47;
}
</style>
border-color css
<style>
span { border-color: #E54D47; }
span { border-color: rgb(229,77,71); }
td.TdClassName
{
border-color: #E54D47;
}
.TagClassName
{
border-color: #E54D47;
}
</style>