Html Css Color HEX #E1562D Chilean Fire

📋 copy color: '#E1562D'

red 225 ◦ green 86 ◦ blue 45

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

Shades of Chilean Fire #E1562D

Tints of Chilean Fire #E1562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

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

R = 63.2%
G = 24.16%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1562D (or 0xE1562D) is known color: Chilean Fire. HEX triplet: E1, 56 and 2D. RGB value is (225,86,45). Sum of RGB (Red+Green+Blue) = 225+86+45=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1562D is #1EA9D2. Grayscale: #7B7B7B. Windows color (decimal): -2009555 or 2971361. OLE color: 2971361.

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

Color convert

RGB 225 86 45 -
CMYK 0 0.62 0.8 0.12
HSL 13.67º 0.75% 0.53% -
HSV(B) 13.67º 0.8% 0.88% -
XYZ 34.85 22.85 5.06 -
YUV 122.89 84.05 200.83 -
System Red Green Blue C M Y K H S L
Decimal 225 86 45 0 0.62 0.8 0.12 13.67 0.75 0.53
Hex E1 56 2D 0 3E 50 C E 4B 35
Octal 341 126 55 0 76 120 14 16 113 65
Binary 11100001 1010110 101101 0 111110 1010000 1100 1110 1001011 110101

Color Harmonies of #E1562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1562D

Black with #E1562D

Text Example


Text Example

White with #E1562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1562D; }

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

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

background-color css

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

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

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

border-color css

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

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

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