Html Css Color HEX #E15224 Chilean Fire

📋 copy color: '#E15224'

red 225 ◦ green 82 ◦ blue 36

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

Shades of Chilean Fire #E15224

Tints of Chilean Fire #E15224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.5%

R = 65.6%
G = 23.91%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E15224 (or 0xE15224) is known color: Chilean Fire. HEX triplet: E1, 52 and 24. RGB value is (225,82,36). Sum of RGB (Red+Green+Blue) = 225+82+36=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E15224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15224 is #1EADDB. Grayscale: #777777. Windows color (decimal): -2010588 or 2380513. OLE color: 2380513.

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

Color convert

RGB 225 82 36 -
CMYK 0 0.64 0.84 0.12
HSL 14.6º 0.76% 0.51% -
HSV(B) 14.6º 0.84% 0.88% -
XYZ 34.39 22.17 4.14 -
YUV 119.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 225 82 36 0 0.64 0.84 0.12 14.6 0.76 0.51
Hex E1 52 24 0 40 54 C F 4C 33
Octal 341 122 44 0 100 124 14 17 114 63
Binary 11100001 1010010 100100 0 1000000 1010100 1100 1111 1001100 110011

Color Harmonies of #E15224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15224

Black with #E15224

Text Example


Text Example

White with #E15224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15224; }

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

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

background-color css

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

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

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

border-color css

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

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

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