Html Css Color HEX #E15220 Chilean Fire

📋 copy color: '#E15220'

red 225 ◦ green 82 ◦ blue 32

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

Shades of Chilean Fire #E15220

Tints of Chilean Fire #E15220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

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

R = 66.37%
G = 24.19%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E15220 (or 0xE15220) is known color: Chilean Fire. HEX triplet: E1, 52 and 20. RGB value is (225,82,32). Sum of RGB (Red+Green+Blue) = 225+82+32=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E15220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15220 is #1EADDF. Grayscale: #777777. Windows color (decimal): -2010592 or 2118369. OLE color: 2118369.

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

Color convert

RGB 225 82 32 -
CMYK 0 0.64 0.86 0.12
HSL 15.54º 0.76% 0.5% -
HSV(B) 15.54º 0.86% 0.88% -
XYZ 34.33 22.15 3.83 -
YUV 119.06 78.88 203.57 -
System Red Green Blue C M Y K H S L
Decimal 225 82 32 0 0.64 0.86 0.12 15.54 0.76 0.5
Hex E1 52 20 0 40 56 C 10 4C 32
Octal 341 122 40 0 100 126 14 20 114 62
Binary 11100001 1010010 100000 0 1000000 1010110 1100 10000 1001100 110010

Color Harmonies of #E15220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15220

Black with #E15220

Text Example


Text Example

White with #E15220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15220; }

 p { color: rgb(225,82,32); }

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

background-color css

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

 a { background-color: rgb(225,82,32); }

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

border-color css

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

 span { border-color: rgb(225,82,32); }

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