Html Css Color HEX #E15529 Chilean Fire

📋 copy color: '#E15529'

red 225 ◦ green 85 ◦ blue 41

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

Shades of Chilean Fire #E15529

Tints of Chilean Fire #E15529

RGB

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

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

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

R = 64.1%
G = 24.22%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E15529 (or 0xE15529) is known color: Chilean Fire. HEX triplet: E1, 55 and 29. RGB value is (225,85,41). Sum of RGB (Red+Green+Blue) = 225+85+41=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E15529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15529 is #1EAAD6. Grayscale: #7A7A7A. Windows color (decimal): -2009815 or 2708961. OLE color: 2708961.

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

Color convert

RGB 225 85 41 -
CMYK 0 0.62 0.82 0.12
HSL 14.35º 0.75% 0.52% -
HSV(B) 14.35º 0.82% 0.88% -
XYZ 34.7 22.66 4.64 -
YUV 121.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 225 85 41 0 0.62 0.82 0.12 14.35 0.75 0.52
Hex E1 55 29 0 3E 52 C E 4B 34
Octal 341 125 51 0 76 122 14 16 113 64
Binary 11100001 1010101 101001 0 111110 1010010 1100 1110 1001011 110100

Color Harmonies of #E15529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15529

Black with #E15529

Text Example


Text Example

White with #E15529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15529; }

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

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

background-color css

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

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

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

border-color css

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

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

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