Html Css Color HEX #E15C26 Chilean Fire

📋 copy color: '#E15C26'

red 225 ◦ green 92 ◦ blue 38

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

Shades of Chilean Fire #E15C26

Tints of Chilean Fire #E15C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 63.38%
G = 25.92%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E15C26 (or 0xE15C26) is known color: Chilean Fire. HEX triplet: E1, 5C and 26. RGB value is (225,92,38). Sum of RGB (Red+Green+Blue) = 225+92+38=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C26 is #1EA3D9. Grayscale: #7D7D7D. Windows color (decimal): -2008026 or 2514145. OLE color: 2514145.

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

Color convert

RGB 225 92 38 -
CMYK 0 0.59 0.83 0.12
HSL 17.33º 0.76% 0.52% -
HSV(B) 17.33º 0.83% 0.88% -
XYZ 35.23 23.8 4.57 -
YUV 125.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 225 92 38 0 0.59 0.83 0.12 17.33 0.76 0.52
Hex E1 5C 26 0 3B 53 C 11 4C 34
Octal 341 134 46 0 73 123 14 21 114 64
Binary 11100001 1011100 100110 0 111011 1010011 1100 10001 1001100 110100

Color Harmonies of #E15C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C26

Black with #E15C26

Text Example


Text Example

White with #E15C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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