Html Css Color HEX #E15C2C Chilean Fire

📋 copy color: '#E15C2C'

red 225 ◦ green 92 ◦ blue 44

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

Shades of Chilean Fire #E15C2C

Tints of Chilean Fire #E15C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 62.33%
G = 25.48%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E15C2C (or 0xE15C2C) is known color: Chilean Fire. HEX triplet: E1, 5C and 2C. RGB value is (225,92,44). Sum of RGB (Red+Green+Blue) = 225+92+44=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C2C is #1EA3D3. Grayscale: #7E7E7E. Windows color (decimal): -2008020 or 2907361. OLE color: 2907361.

HSL color Cylindrical-coordinate representation of color #E15C2C: hue angle of 15.91º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E15C2C is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 92 44 -
CMYK 0 0.59 0.80 0.12
HSL 15.91º 0.75% 0.53% -
HSV(B) 15.91º 0.8% 0.88% -
XYZ 35.33 23.84 5.12 -
YUV 126.3 81.56 198.4 -
System Red Green Blue C M Y K H S L
Decimal 225 92 44 0 0.59 0.80 0.12 15.91 0.75 0.53
Hex E1 5C 2C 0 3B 50 C 10 4B 35
Octal 341 134 54 0 73 120 14 20 113 65
Binary 11100001 1011100 101100 0 111011 1010000 1100 10000 1001011 110101

Color Harmonies of #E15C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C2C

Black with #E15C2C

Text Example


Text Example

White with #E15C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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