Html Css Color HEX #E15A31 Chilean Fire

📋 copy color: '#E15A31'

red 225 ◦ green 90 ◦ blue 49

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

Shades of Chilean Fire #E15A31

Tints of Chilean Fire #E15A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.73%

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 61.81%
G = 24.73%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E15A31 (or 0xE15A31) is known color: Chilean Fire. HEX triplet: E1, 5A and 31. RGB value is (225,90,49). Sum of RGB (Red+Green+Blue) = 225+90+49=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A31 is #1EA5CE. Grayscale: #7D7D7D. Windows color (decimal): -2008527 or 3234529. OLE color: 3234529.

HSL color Cylindrical-coordinate representation of color #E15A31: hue angle of 13.98º degrees, saturation: 0.75, 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 #E15A31 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 49 -
CMYK 0 0.60 0.78 0.12
HSL 13.98º 0.75% 0.54% -
HSV(B) 13.98º 0.78% 0.88% -
XYZ 35.26 23.54 5.59 -
YUV 125.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 225 90 49 0 0.60 0.78 0.12 13.98 0.75 0.54
Hex E1 5A 31 0 3C 4E C E 4B 36
Octal 341 132 61 0 74 116 14 16 113 66
Binary 11100001 1011010 110001 0 111100 1001110 1100 1110 1001011 110110

Color Harmonies of #E15A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A31

Black with #E15A31

Text Example


Text Example

White with #E15A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A31; }

 p { color: rgb(225,90,49); }

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

background-color css

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

 a { background-color: rgb(225,90,49); }

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

border-color css

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

 span { border-color: rgb(225,90,49); }

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