#E25A34

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

Shades of Chilean Fire #E25A34

Tints of Chilean Fire #E25A34

Color information

#E25A34 (or 0xE25A34) is unknown color: approx Chilean Fire. HEX triplet: E2, 5A and 34. RGB value is (226,90,52). Sum of RGB (Red+Green+Blue) = 226+90+52=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A34 is #1DA5CB. Grayscale: #7E7E7E. Windows color (decimal): -1942988 or 3431138. OLE color: 3431138.

HSL color Cylindrical-coordinate representation of color #E25A34: hue angle of 13.1º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E25A34 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2269052-
CMYK00.600.770.11
HSL13.1º75%54.51%-
HSV(B)13.1º76.99%88.63%-
XYZ35.6423.735.95-
YUV126.3386.06199.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.41%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 52 (20.70% from 255) = 14.13%
R=61.41%
G=24.46%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226905200.600.770.1113.17554.51
HexE25A3403C4DBd4b37
Octal34213264074115131511367
Binary11100010101101011010001111001001101101111011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25A34; }

 p { color: rgb(226,90,52); }

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

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

 a { background-color: rgb(226,90,52); }

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

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

 span { border-color: rgb(226,90,52); }

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