Html Css Color HEX #E1572E Chilean Fire

📋 copy color: '#E1572E'

red 225 ◦ green 87 ◦ blue 46

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

Shades of Chilean Fire #E1572E

Tints of Chilean Fire #E1572E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 62.85%
G = 24.3%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1572E (or 0xE1572E) is known color: Chilean Fire. HEX triplet: E1, 57 and 2E. RGB value is (225,87,46). Sum of RGB (Red+Green+Blue) = 225+87+46=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1572E is #1EA8D1. Grayscale: #7B7B7B. Windows color (decimal): -2009298 or 3037153. OLE color: 3037153.

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

Color convert

RGB 225 87 46 -
CMYK 0 0.61 0.80 0.12
HSL 13.74º 0.75% 0.53% -
HSV(B) 13.74º 0.8% 0.88% -
XYZ 34.95 23.02 5.19 -
YUV 123.59 84.22 200.33 -
System Red Green Blue C M Y K H S L
Decimal 225 87 46 0 0.61 0.80 0.12 13.74 0.75 0.53
Hex E1 57 2E 0 3D 50 C E 4B 35
Octal 341 127 56 0 75 120 14 16 113 65
Binary 11100001 1010111 101110 0 111101 1010000 1100 1110 1001011 110101

Color Harmonies of #E1572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1572E

Black with #E1572E

Text Example


Text Example

White with #E1572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1572E; }

 p { color: rgb(225,87,46); }

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

background-color css

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

 a { background-color: rgb(225,87,46); }

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

border-color css

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

 span { border-color: rgb(225,87,46); }

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