Html Css Color HEX #E05520 Chilean Fire

📋 copy color: '#E05520'

red 224 ◦ green 85 ◦ blue 32

#E05520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #E05520

Tints of Chilean Fire #E05520

RGB

 RED value IS 224 (87.89% from 255) = 65.69%

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 65.69%
G = 24.93%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E05520 (or 0xE05520) is known color: Chilean Fire. HEX triplet: E0, 55 and 20. RGB value is (224,85,32). Sum of RGB (Red+Green+Blue) = 224+85+32=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E05520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05520 is #1FAADF. Grayscale: #787878. Windows color (decimal): -2075360 or 2119136. OLE color: 2119136.

HSL color Cylindrical-coordinate representation of color #E05520: hue angle of 16.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E05520 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 32 -
CMYK 0 0.62 0.86 0.12
HSL 16.56º 0.76% 0.5% -
HSV(B) 16.56º 0.86% 0.88% -
XYZ 34.25 22.45 3.89 -
YUV 120.52 78.05 201.81 -
System Red Green Blue C M Y K H S L
Decimal 224 85 32 0 0.62 0.86 0.12 16.56 0.76 0.5
Hex E0 55 20 0 3E 56 C 11 4C 32
Octal 340 125 40 0 76 126 14 21 114 62
Binary 11100000 1010101 100000 0 111110 1010110 1100 10001 1001100 110010

Color Harmonies of #E05520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05520

Black with #E05520

Text Example


Text Example

White with #E05520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05520; }

 p { color: rgb(224,85,32); }

 H1.HeaderClassName
 {
   color: #E05520;
 }
 .AnyTagClassName
 {
   color: #E05520;
 }
</style>

background-color css

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

 a { background-color: rgb(224,85,32); }

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

border-color css

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

 span { border-color: rgb(224,85,32); }

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