Html Css Color HEX #E15221 Chilean Fire

📋 copy color: '#E15221'

red 225 ◦ green 82 ◦ blue 33

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

Shades of Chilean Fire #E15221

Tints of Chilean Fire #E15221

RGB

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

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

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

R = 66.18%
G = 24.12%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E15221 (or 0xE15221) is known color: Chilean Fire. HEX triplet: E1, 52 and 21. RGB value is (225,82,33). Sum of RGB (Red+Green+Blue) = 225+82+33=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E15221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15221 is #1EADDE. Grayscale: #777777. Windows color (decimal): -2010591 or 2183905. OLE color: 2183905.

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

Color convert

RGB 225 82 33 -
CMYK 0 0.64 0.85 0.12
HSL 15.31º 0.76% 0.51% -
HSV(B) 15.31º 0.85% 0.88% -
XYZ 34.34 22.15 3.9 -
YUV 119.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 225 82 33 0 0.64 0.85 0.12 15.31 0.76 0.51
Hex E1 52 21 0 40 55 C F 4C 33
Octal 341 122 41 0 100 125 14 17 114 63
Binary 11100001 1010010 100001 0 1000000 1010101 1100 1111 1001100 110011

Color Harmonies of #E15221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15221

Black with #E15221

Text Example


Text Example

White with #E15221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15221; }

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

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

background-color css

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

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

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

border-color css

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

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

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