Html Css Color HEX #E1572A Chilean Fire

📋 copy color: '#E1572A'

red 225 ◦ green 87 ◦ blue 42

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

Shades of Chilean Fire #E1572A

Tints of Chilean Fire #E1572A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 63.56%
G = 24.58%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1572A (or 0xE1572A) is known color: Chilean Fire. HEX triplet: E1, 57 and 2A. RGB value is (225,87,42). Sum of RGB (Red+Green+Blue) = 225+87+42=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1572A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1572A is #1EA8D5. Grayscale: #7B7B7B. Windows color (decimal): -2009302 or 2775009. OLE color: 2775009.

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

Color convert

RGB 225 87 42 -
CMYK 0 0.61 0.81 0.12
HSL 14.75º 0.75% 0.52% -
HSV(B) 14.75º 0.81% 0.88% -
XYZ 34.88 22.99 4.79 -
YUV 123.13 82.22 200.66 -
System Red Green Blue C M Y K H S L
Decimal 225 87 42 0 0.61 0.81 0.12 14.75 0.75 0.52
Hex E1 57 2A 0 3D 51 C F 4B 34
Octal 341 127 52 0 75 121 14 17 113 64
Binary 11100001 1010111 101010 0 111101 1010001 1100 1111 1001011 110100

Color Harmonies of #E1572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1572A

Black with #E1572A

Text Example


Text Example

White with #E1572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1572A; }

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

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

background-color css

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

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

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

border-color css

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

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

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