Html Css Color HEX #E1572D Chilean Fire

📋 copy color: '#E1572D'

red 225 ◦ green 87 ◦ blue 45

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

Shades of Chilean Fire #E1572D

Tints of Chilean Fire #E1572D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 63.03%
G = 24.37%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1572D (or 0xE1572D) is known color: Chilean Fire. HEX triplet: E1, 57 and 2D. RGB value is (225,87,45). Sum of RGB (Red+Green+Blue) = 225+87+45=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1572D is #1EA8D2. Grayscale: #7B7B7B. Windows color (decimal): -2009299 or 2971617. OLE color: 2971617.

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

Color convert

RGB 225 87 45 -
CMYK 0 0.61 0.8 0.12
HSL 14º 0.75% 0.53% -
HSV(B) 14º 0.8% 0.88% -
XYZ 34.93 23.01 5.08 -
YUV 123.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 225 87 45 0 0.61 0.8 0.12 14 0.75 0.53
Hex E1 57 2D 0 3D 50 C E 4B 35
Octal 341 127 55 0 75 120 14 16 113 65
Binary 11100001 1010111 101101 0 111101 1010000 1100 1110 1001011 110101

Color Harmonies of #E1572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1572D

Black with #E1572D

Text Example


Text Example

White with #E1572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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