Html Css Color HEX #E15A25 Chilean Fire

📋 copy color: '#E15A25'

red 225 ◦ green 90 ◦ blue 37

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

Shades of Chilean Fire #E15A25

Tints of Chilean Fire #E15A25

RGB

 RED value IS 225 (88.28% from 255) = 63.92%

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

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

R = 63.92%
G = 25.57%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E15A25 (or 0xE15A25) is known color: Chilean Fire. HEX triplet: E1, 5A and 25. RGB value is (225,90,37). Sum of RGB (Red+Green+Blue) = 225+90+37=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A25 is #1EA5DA. Grayscale: #7C7C7C. Windows color (decimal): -2008539 or 2448097. OLE color: 2448097.

HSL color Cylindrical-coordinate representation of color #E15A25: hue angle of 16.91º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E15A25 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 37 -
CMYK 0 0.60 0.84 0.12
HSL 16.91º 0.76% 0.51% -
HSV(B) 16.91º 0.84% 0.88% -
XYZ 35.04 23.45 4.43 -
YUV 124.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 225 90 37 0 0.60 0.84 0.12 16.91 0.76 0.51
Hex E1 5A 25 0 3C 54 C 11 4C 33
Octal 341 132 45 0 74 124 14 21 114 63
Binary 11100001 1011010 100101 0 111100 1010100 1100 10001 1001100 110011

Color Harmonies of #E15A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A25

Black with #E15A25

Text Example


Text Example

White with #E15A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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