Html Css Color HEX #E25532 Chilean Fire

📋 copy color: '#E25532'

red 226 ◦ green 85 ◦ blue 50

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

Shades of Chilean Fire #E25532

Tints of Chilean Fire #E25532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 62.6%
G = 23.55%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E25532 (or 0xE25532) is known color: Chilean Fire. HEX triplet: E2, 55 and 32. RGB value is (226,85,50). Sum of RGB (Red+Green+Blue) = 226+85+50=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E25532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25532 is #1DAACD. Grayscale: #7B7B7B. Windows color (decimal): -1944270 or 3298786. OLE color: 3298786.

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

Color convert

RGB 226 85 50 -
CMYK 0 0.62 0.78 0.11
HSL 11.93º 0.75% 0.54% -
HSV(B) 11.93º 0.78% 0.89% -
XYZ 35.19 22.9 5.58 -
YUV 123.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 226 85 50 0 0.62 0.78 0.11 11.93 0.75 0.54
Hex E2 55 32 0 3E 4E B C 4B 36
Octal 342 125 62 0 76 116 13 14 113 66
Binary 11100010 1010101 110010 0 111110 1001110 1011 1100 1001011 110110

Color Harmonies of #E25532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25532

Black with #E25532

Text Example


Text Example

White with #E25532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25532; }

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

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

background-color css

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

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

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

border-color css

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

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

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