Html Css Color HEX #E15225 Chilean Fire

📋 copy color: '#E15225'

red 225 ◦ green 82 ◦ blue 37

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

Shades of Chilean Fire #E15225

Tints of Chilean Fire #E15225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 65.41%
G = 23.84%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E15225 (or 0xE15225) is known color: Chilean Fire. HEX triplet: E1, 52 and 25. RGB value is (225,82,37). Sum of RGB (Red+Green+Blue) = 225+82+37=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E15225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15225 is #1EADDA. Grayscale: #777777. Windows color (decimal): -2010587 or 2446049. OLE color: 2446049.

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

Color convert

RGB 225 82 37 -
CMYK 0 0.64 0.84 0.12
HSL 14.36º 0.76% 0.51% -
HSV(B) 14.36º 0.84% 0.88% -
XYZ 34.4 22.18 4.22 -
YUV 119.63 81.38 203.16 -
System Red Green Blue C M Y K H S L
Decimal 225 82 37 0 0.64 0.84 0.12 14.36 0.76 0.51
Hex E1 52 25 0 40 54 C E 4C 33
Octal 341 122 45 0 100 124 14 16 114 63
Binary 11100001 1010010 100101 0 1000000 1010100 1100 1110 1001100 110011

Color Harmonies of #E15225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15225

Black with #E15225

Text Example


Text Example

White with #E15225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15225; }

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

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

background-color css

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

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

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

border-color css

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

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

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