Html Css Color HEX #E35521 Chilean Fire

📋 copy color: '#E35521'

red 227 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #E35521

Tints of Chilean Fire #E35521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 65.8%
G = 24.64%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E35521 (or 0xE35521) is known color: Chilean Fire. HEX triplet: E3, 55 and 21. RGB value is (227,85,33). Sum of RGB (Red+Green+Blue) = 227+85+33=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E35521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35521 is #1CAADE. Grayscale: #797979. Windows color (decimal): -1878751 or 2184675. OLE color: 2184675.

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

Color convert

RGB 227 85 33 -
CMYK 0 0.63 0.85 0.11
HSL 16.08º 0.78% 0.51% -
HSV(B) 16.08º 0.85% 0.89% -
XYZ 35.2 22.94 4.01 -
YUV 121.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 227 85 33 0 0.63 0.85 0.11 16.08 0.78 0.51
Hex E3 55 21 0 3F 55 B 10 4E 33
Octal 343 125 41 0 77 125 13 20 116 63
Binary 11100011 1010101 100001 0 111111 1010101 1011 10000 1001110 110011

Color Harmonies of #E35521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35521

Black with #E35521

Text Example


Text Example

White with #E35521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35521; }

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

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

background-color css

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

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

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

border-color css

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

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

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