#E3524D

Color #E3524D Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #E3524D

Tints of Valencia #E3524D

Color information

#E3524D (or 0xE3524D) is unknown color: approx Valencia. HEX triplet: E3, 52 and 4D. RGB value is (227,82,77). Sum of RGB (Red+Green+Blue) = 227+82+77=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3524D is #1CADB2. Grayscale: #7C7C7C. Windows color (decimal): -1879475 or 5067491. OLE color: 5067491.

HSL color Cylindrical-coordinate representation of color #E3524D: hue angle of 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 #E3524D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2278277-
CMYK00.640.660.11
HSL72.82%59.61%-
HSV(B)66.08%89.02%-
XYZ36.0422.99.54-
YUV124.78101.04200.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 58.81%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=58.81%
G=21.24%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227827700.640.660.11272.8259.61
HexE3524D04042B2493c
Octal343122115010010213211174
Binary11100011101001010011010100000010000101011101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3524D; }

 p { color: rgb(227,82,77); }

 H1.HeaderClassName
 {
   color: #E3524D;
 }
 .AnyTagClassName
 {
   color: #E3524D;
 }
</style>
background-color css

<style>
 a { background-color: #E3524D; }

 a { background-color: rgb(227,82,77); }

 div.DivClassName
 {
   background-color: #E3524D;
 }
 .BgClassName
 {
   background-color: #E3524D;
 }
</style>
border-color css

<style>
 span { border-color: #E3524D; }

 span { border-color: rgb(227,82,77); }

 td.TdClassName
 {
   border-color: #E3524D;
 }
 .TagClassName
 {
   border-color: #E3524D;
 }
</style>