#E05A3D

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

Shades of Chilean Fire #E05A3D

Tints of Chilean Fire #E05A3D

Color information

#E05A3D (or 0xE05A3D) is unknown color: approx Chilean Fire. HEX triplet: E0, 5A and 3D. RGB value is (224,90,61). Sum of RGB (Red+Green+Blue) = 224+90+61=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A3D is #1FA5C2. Grayscale: #7F7F7F. Windows color (decimal): -2074051 or 4020960. OLE color: 4020960.

HSL color Cylindrical-coordinate representation of color #E05A3D: hue angle of 10.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E05A3D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2249061-
CMYK00.600.730.12
HSL10.67º72.44%55.88%-
HSV(B)10.67º72.77%87.84%-
XYZ35.2423.57.09-
YUV126.7690.89197.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.73%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=59.73%
G=24%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224906100.600.730.1210.6772.4455.88
HexE05A3D03C49Cb4838
Octal34013275074111141311070
Binary11100000101101011110101111001001001110010111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05A3D; }

 p { color: rgb(224,90,61); }

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

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

 a { background-color: rgb(224,90,61); }

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

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

 span { border-color: rgb(224,90,61); }

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