Html Css Color HEX #E05320 Chilean Fire

📋 copy color: '#E05320'

red 224 ◦ green 83 ◦ blue 32

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

Shades of Chilean Fire #E05320

Tints of Chilean Fire #E05320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

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

R = 66.08%
G = 24.48%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E05320 (or 0xE05320) is known color: Chilean Fire. HEX triplet: E0, 53 and 20. RGB value is (224,83,32). Sum of RGB (Red+Green+Blue) = 224+83+32=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E05320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05320 is #1FACDF. Grayscale: #777777. Windows color (decimal): -2075872 or 2118624. OLE color: 2118624.

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

Color convert

RGB 224 83 32 -
CMYK 0 0.63 0.86 0.12
HSL 15.94º 0.76% 0.5% -
HSV(B) 15.94º 0.86% 0.88% -
XYZ 34.09 22.14 3.84 -
YUV 119.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 224 83 32 0 0.63 0.86 0.12 15.94 0.76 0.5
Hex E0 53 20 0 3F 56 C 10 4C 32
Octal 340 123 40 0 77 126 14 20 114 62
Binary 11100000 1010011 100000 0 111111 1010110 1100 10000 1001100 110010

Color Harmonies of #E05320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05320

Black with #E05320

Text Example


Text Example

White with #E05320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05320; }

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

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

background-color css

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

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

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

border-color css

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

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

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