Html Css Color HEX #E15D2E Chilean Fire

📋 copy color: '#E15D2E'

red 225 ◦ green 93 ◦ blue 46

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

Shades of Chilean Fire #E15D2E

Tints of Chilean Fire #E15D2E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.55%

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 61.81%
G = 25.55%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E15D2E (or 0xE15D2E) is known color: Chilean Fire. HEX triplet: E1, 5D and 2E. RGB value is (225,93,46). Sum of RGB (Red+Green+Blue) = 225+93+46=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D2E is #1EA2D1. Grayscale: #7F7F7F. Windows color (decimal): -2007762 or 3038689. OLE color: 3038689.

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

Color convert

RGB 225 93 46 -
CMYK 0 0.59 0.80 0.12
HSL 15.75º 0.75% 0.53% -
HSV(B) 15.75º 0.8% 0.88% -
XYZ 35.46 24.03 5.35 -
YUV 127.11 82.23 197.82 -
System Red Green Blue C M Y K H S L
Decimal 225 93 46 0 0.59 0.80 0.12 15.75 0.75 0.53
Hex E1 5D 2E 0 3B 50 C 10 4B 35
Octal 341 135 56 0 73 120 14 20 113 65
Binary 11100001 1011101 101110 0 111011 1010000 1100 10000 1001011 110101

Color Harmonies of #E15D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D2E

Black with #E15D2E

Text Example


Text Example

White with #E15D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D2E; }

 p { color: rgb(225,93,46); }

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

background-color css

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

 a { background-color: rgb(225,93,46); }

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

border-color css

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

 span { border-color: rgb(225,93,46); }

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