Html Css Color HEX #E25A25 Chilean Fire

📋 copy color: '#E25A25'

red 226 ◦ green 90 ◦ blue 37

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

Shades of Chilean Fire #E25A25

Tints of Chilean Fire #E25A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 64.02%
G = 25.5%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E25A25 (or 0xE25A25) is known color: Chilean Fire. HEX triplet: E2, 5A and 25. RGB value is (226,90,37). Sum of RGB (Red+Green+Blue) = 226+90+37=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A25 is #1DA5DA. Grayscale: #7C7C7C. Windows color (decimal): -1943003 or 2448098. OLE color: 2448098.

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

Color convert

RGB 226 90 37 -
CMYK 0 0.60 0.84 0.11
HSL 16.83º 0.77% 0.52% -
HSV(B) 16.83º 0.84% 0.89% -
XYZ 35.35 23.61 4.44 -
YUV 124.62 78.56 200.31 -
System Red Green Blue C M Y K H S L
Decimal 226 90 37 0 0.60 0.84 0.11 16.83 0.77 0.52
Hex E2 5A 25 0 3C 54 B 11 4D 34
Octal 342 132 45 0 74 124 13 21 115 64
Binary 11100010 1011010 100101 0 111100 1010100 1011 10001 1001101 110100

Color Harmonies of #E25A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A25

Black with #E25A25

Text Example


Text Example

White with #E25A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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