Html Css Color HEX #E1521F Chilean Fire

📋 copy color: '#E1521F'

red 225 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #E1521F

Tints of Chilean Fire #E1521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.26%

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 66.57%
G = 24.26%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1521F (or 0xE1521F) is known color: Chilean Fire. HEX triplet: E1, 52 and 1F. RGB value is (225,82,31). Sum of RGB (Red+Green+Blue) = 225+82+31=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1521F is #1EADE0. Grayscale: #777777. Windows color (decimal): -2010593 or 2052833. OLE color: 2052833.

HSL color Cylindrical-coordinate representation of color #E1521F: hue angle of 15.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1521F is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 31 -
CMYK 0 0.64 0.86 0.12
HSL 15.77º 0.76% 0.5% -
HSV(B) 15.77º 0.86% 0.88% -
XYZ 34.32 22.14 3.76 -
YUV 118.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 225 82 31 0 0.64 0.86 0.12 15.77 0.76 0.5
Hex E1 52 1F 0 40 56 C 10 4C 32
Octal 341 122 37 0 100 126 14 20 114 62
Binary 11100001 1010010 11111 0 1000000 1010110 1100 10000 1001100 110010

Color Harmonies of #E1521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1521F

Black with #E1521F

Text Example


Text Example

White with #E1521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1521F; }

 p { color: rgb(225,82,31); }

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

background-color css

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

 a { background-color: rgb(225,82,31); }

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

border-color css

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

 span { border-color: rgb(225,82,31); }

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