Html Css Color HEX #E05421 Chilean Fire

📋 copy color: '#E05421'

red 224 ◦ green 84 ◦ blue 33

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

Shades of Chilean Fire #E05421

Tints of Chilean Fire #E05421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.63%

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

R = 65.69%
G = 24.63%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E05421 (or 0xE05421) is known color: Chilean Fire. HEX triplet: E0, 54 and 21. RGB value is (224,84,33). Sum of RGB (Red+Green+Blue) = 224+84+33=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E05421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05421 is #1FABDE. Grayscale: #787878. Windows color (decimal): -2075615 or 2184416. OLE color: 2184416.

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

Color convert

RGB 224 84 33 -
CMYK 0 0.62 0.85 0.12
HSL 16.02º 0.75% 0.5% -
HSV(B) 16.02º 0.85% 0.88% -
XYZ 34.19 22.3 3.94 -
YUV 120.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 224 84 33 0 0.62 0.85 0.12 16.02 0.75 0.5
Hex E0 54 21 0 3E 55 C 10 4B 32
Octal 340 124 41 0 76 125 14 20 113 62
Binary 11100000 1010100 100001 0 111110 1010101 1100 10000 1001011 110010

Color Harmonies of #E05421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05421

Black with #E05421

Text Example


Text Example

White with #E05421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05421; }

 p { color: rgb(224,84,33); }

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

background-color css

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

 a { background-color: rgb(224,84,33); }

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

border-color css

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

 span { border-color: rgb(224,84,33); }

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