Html Css Color HEX #E15322 Chilean Fire

📋 copy color: '#E15322'

red 225 ◦ green 83 ◦ blue 34

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

Shades of Chilean Fire #E15322

Tints of Chilean Fire #E15322

RGB

 RED value IS 225 (88.28% from 255) = 65.79%

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

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 65.79%
G = 24.27%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E15322 (or 0xE15322) is known color: Chilean Fire. HEX triplet: E1, 53 and 22. RGB value is (225,83,34). Sum of RGB (Red+Green+Blue) = 225+83+34=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E15322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15322 is #1EACDD. Grayscale: #787878. Windows color (decimal): -2010334 or 2249697. OLE color: 2249697.

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

Color convert

RGB 225 83 34 -
CMYK 0 0.63 0.85 0.12
HSL 15.39º 0.76% 0.51% -
HSV(B) 15.39º 0.85% 0.88% -
XYZ 34.43 22.31 4 -
YUV 119.87 79.54 202.98 -
System Red Green Blue C M Y K H S L
Decimal 225 83 34 0 0.63 0.85 0.12 15.39 0.76 0.51
Hex E1 53 22 0 3F 55 C F 4C 33
Octal 341 123 42 0 77 125 14 17 114 63
Binary 11100001 1010011 100010 0 111111 1010101 1100 1111 1001100 110011

Color Harmonies of #E15322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15322

Black with #E15322

Text Example


Text Example

White with #E15322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15322; }

 p { color: rgb(225,83,34); }

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

background-color css

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

 a { background-color: rgb(225,83,34); }

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

border-color css

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

 span { border-color: rgb(225,83,34); }

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