Html Css Color HEX #E35520 Chilean Fire

📋 copy color: '#E35520'

red 227 ◦ green 85 ◦ blue 32

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

Shades of Chilean Fire #E35520

Tints of Chilean Fire #E35520

RGB

 RED value IS 227 (89.06% from 255) = 65.99%

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

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

R = 65.99%
G = 24.71%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E35520 (or 0xE35520) is known color: Chilean Fire. HEX triplet: E3, 55 and 20. RGB value is (227,85,32). Sum of RGB (Red+Green+Blue) = 227+85+32=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E35520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35520 is #1CAADF. Grayscale: #797979. Windows color (decimal): -1878752 or 2119139. OLE color: 2119139.

HSL color Cylindrical-coordinate representation of color #E35520: hue angle of 16.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E35520 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 85 32 -
CMYK 0 0.63 0.86 0.11
HSL 16.31º 0.78% 0.51% -
HSV(B) 16.31º 0.86% 0.89% -
XYZ 35.19 22.93 3.94 -
YUV 121.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 227 85 32 0 0.63 0.86 0.11 16.31 0.78 0.51
Hex E3 55 20 0 3F 56 B 10 4E 33
Octal 343 125 40 0 77 126 13 20 116 63
Binary 11100011 1010101 100000 0 111111 1010110 1011 10000 1001110 110011

Color Harmonies of #E35520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35520

Black with #E35520

Text Example


Text Example

White with #E35520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35520; }

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

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

background-color css

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

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

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

border-color css

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

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

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