Html Css Color HEX #E25625 Chilean Fire

📋 copy color: '#E25625'

red 226 ◦ green 86 ◦ blue 37

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

Shades of Chilean Fire #E25625

Tints of Chilean Fire #E25625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 37 (14.84% from 255) = 10.6%

R = 64.76%
G = 24.64%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E25625 (or 0xE25625) is known color: Chilean Fire. HEX triplet: E2, 56 and 25. RGB value is (226,86,37). Sum of RGB (Red+Green+Blue) = 226+86+37=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E25625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25625 is #1DA9DA. Grayscale: #7A7A7A. Windows color (decimal): -1944027 or 2447074. OLE color: 2447074.

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

Color convert

RGB 226 86 37 -
CMYK 0 0.62 0.84 0.11
HSL 15.56º 0.77% 0.52% -
HSV(B) 15.56º 0.84% 0.89% -
XYZ 35.03 22.96 4.34 -
YUV 122.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 226 86 37 0 0.62 0.84 0.11 15.56 0.77 0.52
Hex E2 56 25 0 3E 54 B 10 4D 34
Octal 342 126 45 0 76 124 13 20 115 64
Binary 11100010 1010110 100101 0 111110 1010100 1011 10000 1001101 110100

Color Harmonies of #E25625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25625

Black with #E25625

Text Example


Text Example

White with #E25625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25625; }

 p { color: rgb(226,86,37); }

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

background-color css

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

 a { background-color: rgb(226,86,37); }

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

border-color css

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

 span { border-color: rgb(226,86,37); }

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