Html Css Color HEX #E15526 Chilean Fire

📋 copy color: '#E15526'

red 225 ◦ green 85 ◦ blue 38

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

Shades of Chilean Fire #E15526

Tints of Chilean Fire #E15526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 64.66%
G = 24.43%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E15526 (or 0xE15526) is known color: Chilean Fire. HEX triplet: E1, 55 and 26. RGB value is (225,85,38). Sum of RGB (Red+Green+Blue) = 225+85+38=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E15526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15526 is #1EAAD9. Grayscale: #797979. Windows color (decimal): -2009818 or 2512353. OLE color: 2512353.

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

Color convert

RGB 225 85 38 -
CMYK 0 0.62 0.83 0.12
HSL 15.08º 0.76% 0.52% -
HSV(B) 15.08º 0.83% 0.88% -
XYZ 34.65 22.64 4.38 -
YUV 121.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 225 85 38 0 0.62 0.83 0.12 15.08 0.76 0.52
Hex E1 55 26 0 3E 53 C F 4C 34
Octal 341 125 46 0 76 123 14 17 114 64
Binary 11100001 1010101 100110 0 111110 1010011 1100 1111 1001100 110100

Color Harmonies of #E15526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15526

Black with #E15526

Text Example


Text Example

White with #E15526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15526; }

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

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

background-color css

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

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

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

border-color css

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

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

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