Html Css Color HEX #E15B2D Chilean Fire

📋 copy color: '#E15B2D'

red 225 ◦ green 91 ◦ blue 45

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

Shades of Chilean Fire #E15B2D

Tints of Chilean Fire #E15B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

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

R = 62.33%
G = 25.21%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E15B2D (or 0xE15B2D) is known color: Chilean Fire. HEX triplet: E1, 5B and 2D. RGB value is (225,91,45). Sum of RGB (Red+Green+Blue) = 225+91+45=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15B2D is #1EA4D2. Grayscale: #7E7E7E. Windows color (decimal): -2008275 or 2972641. OLE color: 2972641.

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

Color convert

RGB 225 91 45 -
CMYK 0 0.60 0.8 0.12
HSL 15.33º 0.75% 0.53% -
HSV(B) 15.33º 0.8% 0.88% -
XYZ 35.27 23.68 5.19 -
YUV 125.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 225 91 45 0 0.60 0.8 0.12 15.33 0.75 0.53
Hex E1 5B 2D 0 3C 50 C F 4B 35
Octal 341 133 55 0 74 120 14 17 113 65
Binary 11100001 1011011 101101 0 111100 1010000 1100 1111 1001011 110101

Color Harmonies of #E15B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15B2D

Black with #E15B2D

Text Example


Text Example

White with #E15B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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