Html Css Color HEX #E15223 Chilean Fire

📋 copy color: '#E15223'

red 225 ◦ green 82 ◦ blue 35

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

Shades of Chilean Fire #E15223

Tints of Chilean Fire #E15223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.23%

R = 65.79%
G = 23.98%
B = 10.23%

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

#E15223 (or 0xE15223) is known color: Chilean Fire. HEX triplet: E1, 52 and 23. RGB value is (225,82,35). Sum of RGB (Red+Green+Blue) = 225+82+35=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E15223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15223 is #1EADDC. Grayscale: #777777. Windows color (decimal): -2010589 or 2314977. OLE color: 2314977.

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

Color convert

RGB 225 82 35 -
CMYK 0 0.64 0.84 0.12
HSL 14.84º 0.76% 0.51% -
HSV(B) 14.84º 0.84% 0.88% -
XYZ 34.37 22.16 4.06 -
YUV 119.4 80.38 203.32 -
System Red Green Blue C M Y K H S L
Decimal 225 82 35 0 0.64 0.84 0.12 14.84 0.76 0.51
Hex E1 52 23 0 40 54 C F 4C 33
Octal 341 122 43 0 100 124 14 17 114 63
Binary 11100001 1010010 100011 0 1000000 1010100 1100 1111 1001100 110011

Color Harmonies of #E15223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15223

Black with #E15223

Text Example


Text Example

White with #E15223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15223; }

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

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

background-color css

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

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

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

border-color css

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

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

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