#E25A27

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

Shades of Chilean Fire #E25A27

Tints of Chilean Fire #E25A27

Color information

#E25A27 (or 0xE25A27) is unknown color: approx Chilean Fire. HEX triplet: E2, 5A and 27. RGB value is (226,90,39). Sum of RGB (Red+Green+Blue) = 226+90+39=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A27 is #1DA5D8. Grayscale: #7D7D7D. Windows color (decimal): -1943001 or 2579170. OLE color: 2579170.

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

Color convert

RGB2269039-
CMYK00.600.830.11
HSL16.36º76.33%51.96%-
HSV(B)16.36º82.74%88.63%-
XYZ35.3923.634.61-
YUV124.8579.56200.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.66%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=63.66%
G=25.35%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226903900.600.830.1116.3676.3351.96
HexE25A2703C53B104c34
Octal34213247074123132011464
Binary111000101011010100111011110010100111011100001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25A27; }

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

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

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

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

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

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

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

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