Html Css Color HEX #E25529 Chilean Fire

📋 copy color: '#E25529'

red 226 ◦ green 85 ◦ blue 41

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

Shades of Chilean Fire #E25529

Tints of Chilean Fire #E25529

RGB

 RED value IS 226 (88.67% from 255) = 64.2%

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

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

R = 64.2%
G = 24.15%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E25529 (or 0xE25529) is known color: Chilean Fire. HEX triplet: E2, 55 and 29. RGB value is (226,85,41). Sum of RGB (Red+Green+Blue) = 226+85+41=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E25529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25529 is #1DAAD6. Grayscale: #7A7A7A. Windows color (decimal): -1944279 or 2708962. OLE color: 2708962.

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

Color convert

RGB 226 85 41 -
CMYK 0 0.62 0.82 0.11
HSL 14.27º 0.76% 0.52% -
HSV(B) 14.27º 0.82% 0.89% -
XYZ 35.01 22.83 4.66 -
YUV 122.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 226 85 41 0 0.62 0.82 0.11 14.27 0.76 0.52
Hex E2 55 29 0 3E 52 B E 4C 34
Octal 342 125 51 0 76 122 13 16 114 64
Binary 11100010 1010101 101001 0 111110 1010010 1011 1110 1001100 110100

Color Harmonies of #E25529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25529

Black with #E25529

Text Example


Text Example

White with #E25529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25529; }

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

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

background-color css

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

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

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

border-color css

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

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

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