Html Css Color HEX #E25429 Chilean Fire

📋 copy color: '#E25429'

red 226 ◦ green 84 ◦ blue 41

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

Shades of Chilean Fire #E25429

Tints of Chilean Fire #E25429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 64.39%
G = 23.93%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E25429 (or 0xE25429) is known color: Chilean Fire. HEX triplet: E2, 54 and 29. RGB value is (226,84,41). Sum of RGB (Red+Green+Blue) = 226+84+41=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E25429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25429 is #1DABD6. Grayscale: #797979. Windows color (decimal): -1944535 or 2708706. OLE color: 2708706.

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

Color convert

RGB 226 84 41 -
CMYK 0 0.63 0.82 0.11
HSL 13.95º 0.76% 0.52% -
HSV(B) 13.95º 0.82% 0.89% -
XYZ 34.93 22.67 4.63 -
YUV 121.56 82.54 202.5 -
System Red Green Blue C M Y K H S L
Decimal 226 84 41 0 0.63 0.82 0.11 13.95 0.76 0.52
Hex E2 54 29 0 3F 52 B E 4C 34
Octal 342 124 51 0 77 122 13 16 114 64
Binary 11100010 1010100 101001 0 111111 1010010 1011 1110 1001100 110100

Color Harmonies of #E25429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25429

Black with #E25429

Text Example


Text Example

White with #E25429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25429; }

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

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

background-color css

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

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

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

border-color css

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

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

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