Html Css Color HEX #E15532 Chilean Fire

📋 copy color: '#E15532'

red 225 ◦ green 85 ◦ blue 50

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

Shades of Chilean Fire #E15532

Tints of Chilean Fire #E15532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 62.5%
G = 23.61%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E15532 (or 0xE15532) is known color: Chilean Fire. HEX triplet: E1, 55 and 32. RGB value is (225,85,50). Sum of RGB (Red+Green+Blue) = 225+85+50=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E15532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15532 is #1EAACD. Grayscale: #7B7B7B. Windows color (decimal): -2009806 or 3298785. OLE color: 3298785.

HSL color Cylindrical-coordinate representation of color #E15532: hue angle of 12º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15532 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 50 -
CMYK 0 0.62 0.78 0.12
HSL 12º 0.74% 0.54% -
HSV(B) 12º 0.78% 0.88% -
XYZ 34.88 22.73 5.57 -
YUV 122.87 86.88 200.85 -
System Red Green Blue C M Y K H S L
Decimal 225 85 50 0 0.62 0.78 0.12 12 0.74 0.54
Hex E1 55 32 0 3E 4E C C 4A 36
Octal 341 125 62 0 76 116 14 14 112 66
Binary 11100001 1010101 110010 0 111110 1001110 1100 1100 1001010 110110

Color Harmonies of #E15532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15532

Black with #E15532

Text Example


Text Example

White with #E15532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15532; }

 p { color: rgb(225,85,50); }

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

background-color css

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

 a { background-color: rgb(225,85,50); }

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

border-color css

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

 span { border-color: rgb(225,85,50); }

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