Html Css Color HEX #E15A29 Chilean Fire

📋 copy color: '#E15A29'

red 225 ◦ green 90 ◦ blue 41

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

Shades of Chilean Fire #E15A29

Tints of Chilean Fire #E15A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 63.2%
G = 25.28%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E15A29 (or 0xE15A29) is known color: Chilean Fire. HEX triplet: E1, 5A and 29. RGB value is (225,90,41). Sum of RGB (Red+Green+Blue) = 225+90+41=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A29 is #1EA5D6. Grayscale: #7D7D7D. Windows color (decimal): -2008535 or 2710241. OLE color: 2710241.

HSL color Cylindrical-coordinate representation of color #E15A29: hue angle of 15.98º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E15A29 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 41 -
CMYK 0 0.60 0.82 0.12
HSL 15.98º 0.75% 0.52% -
HSV(B) 15.98º 0.82% 0.88% -
XYZ 35.11 23.48 4.78 -
YUV 124.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 225 90 41 0 0.60 0.82 0.12 15.98 0.75 0.52
Hex E1 5A 29 0 3C 52 C 10 4B 34
Octal 341 132 51 0 74 122 14 20 113 64
Binary 11100001 1011010 101001 0 111100 1010010 1100 10000 1001011 110100

Color Harmonies of #E15A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A29

Black with #E15A29

Text Example


Text Example

White with #E15A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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