Html Css Color HEX #E45521 Chilean Fire

📋 copy color: '#E45521'

red 228 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #E45521

Tints of Chilean Fire #E45521

RGB

 RED value IS 228 (89.45% from 255) = 65.9%

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

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

R = 65.9%
G = 24.57%
B = 9.54%

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

#E45521 (or 0xE45521) is known color: Chilean Fire. HEX triplet: E4, 55 and 21. RGB value is (228,85,33). Sum of RGB (Red+Green+Blue) = 228+85+33=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E45521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45521 is #1BAADE. Grayscale: #7A7A7A. Windows color (decimal): -1813215 or 2184676. OLE color: 2184676.

HSL color Cylindrical-coordinate representation of color #E45521: hue angle of 16º 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 #E45521 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 85 33 -
CMYK 0 0.63 0.86 0.11
HSL 16º 0.78% 0.51% -
HSV(B) 16º 0.86% 0.89% -
XYZ 35.52 23.1 4.03 -
YUV 121.83 77.88 203.73 -
System Red Green Blue C M Y K H S L
Decimal 228 85 33 0 0.63 0.86 0.11 16 0.78 0.51
Hex E4 55 21 0 3F 56 B 10 4E 33
Octal 344 125 41 0 77 126 13 20 116 63
Binary 11100100 1010101 100001 0 111111 1010110 1011 10000 1001110 110011

Color Harmonies of #E45521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45521

Black with #E45521

Text Example


Text Example

White with #E45521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45521; }

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

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

background-color css

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

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

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

border-color css

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

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

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