Html Css Color HEX #E15C25 Chilean Fire

📋 copy color: '#E15C25'

red 225 ◦ green 92 ◦ blue 37

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

Shades of Chilean Fire #E15C25

Tints of Chilean Fire #E15C25

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 63.56%
G = 25.99%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E15C25 (or 0xE15C25) is known color: Chilean Fire. HEX triplet: E1, 5C and 25. RGB value is (225,92,37). Sum of RGB (Red+Green+Blue) = 225+92+37=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C25 is #1EA3DA. Grayscale: #7D7D7D. Windows color (decimal): -2008027 or 2448609. OLE color: 2448609.

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

Color convert

RGB 225 92 37 -
CMYK 0 0.59 0.84 0.12
HSL 17.55º 0.76% 0.51% -
HSV(B) 17.55º 0.84% 0.88% -
XYZ 35.21 23.8 4.49 -
YUV 125.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 225 92 37 0 0.59 0.84 0.12 17.55 0.76 0.51
Hex E1 5C 25 0 3B 54 C 12 4C 33
Octal 341 134 45 0 73 124 14 22 114 63
Binary 11100001 1011100 100101 0 111011 1010100 1100 10010 1001100 110011

Color Harmonies of #E15C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C25

Black with #E15C25

Text Example


Text Example

White with #E15C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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