#e0582a

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

Shades of Chilean Fire #E0582A

Tints of Chilean Fire #E0582A

Color information

#E0582A (or 0xE0582A) is unknown color: approx Chilean Fire. HEX triplet: E0, 58 and 2A. RGB value is (224,88,42). Sum of RGB (Red+Green+Blue) = 224+88+42=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0582A is #1FA7D5. Grayscale: #7B7B7B. Windows color (decimal): -2074582 or 2775264. OLE color: 2775264.

HSL color Cylindrical-coordinate representation of color #E0582A: hue angle of 15.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0582A is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB2248842-
CMYK00.610.810.12
HSL15.16º74.59%52.16%-
HSV(B)15.16º81.25%87.84%-
XYZ34.6522.994.8-
YUV123.4282.06199.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.28%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 42 (16.80% from 255) = 11.86%
R=63.28%
G=24.86%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224884200.610.810.1215.1674.5952.16
HexE0582A03D51Cf4b34
Octal34013052075121141711364
Binary11100000101100010101001111011010001110011111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0582a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0582a; }

 p { color: rgb(224,88,42); }

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

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

 a { background-color: rgb(224,88,42); }

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

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

 span { border-color: rgb(224,88,42); }

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