Html Css Color HEX #E05327 Chilean Fire

📋 copy color: '#E05327'

red 224 ◦ green 83 ◦ blue 39

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

Shades of Chilean Fire #E05327

Tints of Chilean Fire #E05327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.27%

R = 64.74%
G = 23.99%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E05327 (or 0xE05327) is known color: Chilean Fire. HEX triplet: E0, 53 and 27. RGB value is (224,83,39). Sum of RGB (Red+Green+Blue) = 224+83+39=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E05327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05327 is #1FACD8. Grayscale: #787878. Windows color (decimal): -2075865 or 2577376. OLE color: 2577376.

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

Color convert

RGB 224 83 39 -
CMYK 0 0.63 0.83 0.12
HSL 14.27º 0.75% 0.52% -
HSV(B) 14.27º 0.83% 0.88% -
XYZ 34.2 22.18 4.4 -
YUV 120.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 224 83 39 0 0.63 0.83 0.12 14.27 0.75 0.52
Hex E0 53 27 0 3F 53 C E 4B 34
Octal 340 123 47 0 77 123 14 16 113 64
Binary 11100000 1010011 100111 0 111111 1010011 1100 1110 1001011 110100

Color Harmonies of #E05327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05327

Black with #E05327

Text Example


Text Example

White with #E05327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05327; }

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

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

background-color css

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

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

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

border-color css

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

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

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