Html Css Color HEX #E25D29 Chilean Fire

📋 copy color: '#E25D29'

red 226 ◦ green 93 ◦ blue 41

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

Shades of Chilean Fire #E25D29

Tints of Chilean Fire #E25D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 62.78%
G = 25.83%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E25D29 (or 0xE25D29) is known color: Chilean Fire. HEX triplet: E2, 5D and 29. RGB value is (226,93,41). Sum of RGB (Red+Green+Blue) = 226+93+41=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D29 is #1DA2D6. Grayscale: #7F7F7F. Windows color (decimal): -1942231 or 2711010. OLE color: 2711010.

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

Color convert

RGB 226 93 41 -
CMYK 0 0.59 0.82 0.11
HSL 16.86º 0.76% 0.52% -
HSV(B) 16.86º 0.82% 0.89% -
XYZ 35.68 24.16 4.88 -
YUV 126.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 226 93 41 0 0.59 0.82 0.11 16.86 0.76 0.52
Hex E2 5D 29 0 3B 52 B 11 4C 34
Octal 342 135 51 0 73 122 13 21 114 64
Binary 11100010 1011101 101001 0 111011 1010010 1011 10001 1001100 110100

Color Harmonies of #E25D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D29

Black with #E25D29

Text Example


Text Example

White with #E25D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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