Shades of Valencia #E3554D
Tints of Valencia #E3554D
RGB
CMYK
RGB Variations
Color information
#E3554D (or 0xE3554D) is known color: Valencia. HEX triplet: E3, 55 and 4D. RGB value is (227,85,77). Sum of RGB (Red+Green+Blue) = 227+85+77=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E3554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3554D is #1CAAB2. Grayscale: #7E7E7E. Windows color (decimal): -1878707 or 5068259. OLE color: 5068259.
HSL color Cylindrical-coordinate representation of color #E3554D: hue angle of 3.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3554D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 77 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.11 |
| HSL | 3.2º | 0.73% | 0.6% | - |
| HSV(B) | 3.2º | 0.66% | 0.89% | - |
| XYZ | 36.27 | 23.36 | 9.62 | - |
| YUV | 126.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 77 | 0 | 0.63 | 0.66 | 0.11 | 3.2 | 0.73 | 0.6 |
| Hex | E3 | 55 | 4D | 0 | 3F | 42 | B | 3 | 49 | 3C |
| Octal | 343 | 125 | 115 | 0 | 77 | 102 | 13 | 3 | 111 | 74 |
| Binary | 11100011 | 1010101 | 1001101 | 0 | 111111 | 1000010 | 1011 | 11 | 1001001 | 111100 |
Color Harmonies of #E3554D
Complementary color
Monochromatic Colors of #E3554D
Black with #E3554D
Text Example
Text Example
White with #E3554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3554D; }
p { color: rgb(227,85,77); }
H1.HeaderClassName
{
color: #E3554D;
}
.AnyTagClassName
{
color: #E3554D;
}
</style>
background-color css
<style>
a { background-color: #E3554D; }
a { background-color: rgb(227,85,77); }
div.DivClassName
{
background-color: #E3554D;
}
.BgClassName
{
background-color: #E3554D;
}
</style>
border-color css
<style>
span { border-color: #E3554D; }
span { border-color: rgb(227,85,77); }
td.TdClassName
{
border-color: #E3554D;
}
.TagClassName
{
border-color: #E3554D;
}
</style>