Shades of Valencia #E54C47
Tints of Valencia #E54C47
RGB
CMYK
RGB Variations
Color information
#E54C47 (or 0xE54C47) is known color: Valencia. HEX triplet: E5, 4C and 47. RGB value is (229,76,71). Sum of RGB (Red+Green+Blue) = 229+76+71=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C47 is #1AB3B8. Grayscale: #797979. Windows color (decimal): -1749945 or 4672741. OLE color: 4672741.
HSL color Cylindrical-coordinate representation of color #E54C47: hue angle of 1.9º 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 #E54C47 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 71 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.10 |
| HSL | 1.9º | 0.75% | 0.59% | - |
| HSV(B) | 1.9º | 0.69% | 0.9% | - |
| XYZ | 36.03 | 22.28 | 8.36 | - |
| YUV | 121.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 71 | 0 | 0.67 | 0.69 | 0.10 | 1.9 | 0.75 | 0.59 |
| Hex | E5 | 4C | 47 | 0 | 43 | 45 | A | 2 | 4B | 3B |
| Octal | 345 | 114 | 107 | 0 | 103 | 105 | 12 | 2 | 113 | 73 |
| Binary | 11100101 | 1001100 | 1000111 | 0 | 1000011 | 1000101 | 1010 | 10 | 1001011 | 111011 |
Color Harmonies of #E54C47
Complementary color
Monochromatic Colors of #E54C47
Black with #E54C47
Text Example
Text Example
White with #E54C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C47; }
p { color: rgb(229,76,71); }
H1.HeaderClassName
{
color: #E54C47;
}
.AnyTagClassName
{
color: #E54C47;
}
</style>
background-color css
<style>
a { background-color: #E54C47; }
a { background-color: rgb(229,76,71); }
div.DivClassName
{
background-color: #E54C47;
}
.BgClassName
{
background-color: #E54C47;
}
</style>
border-color css
<style>
span { border-color: #E54C47; }
span { border-color: rgb(229,76,71); }
td.TdClassName
{
border-color: #E54C47;
}
.TagClassName
{
border-color: #E54C47;
}
</style>