#E1913B

Color #E1913B Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #E1913B

Tints of Fire Bush #E1913B

Color information

#E1913B (or 0xE1913B) is unknown color: approx Fire Bush. HEX triplet: E1, 91 and 3B. RGB value is (225,145,59). Sum of RGB (Red+Green+Blue) = 225+145+59=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1913B is #1E6EC4. Grayscale: #9F9F9F. Windows color (decimal): -1994437 or 3903969. OLE color: 3903969.

HSL color Cylindrical-coordinate representation of color #E1913B: hue angle of 31.08º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1913B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22514559-
CMYK00.360.740.12
HSL31.08º73.45%55.69%-
HSV(B)31.08º73.78%88.24%-
XYZ41.9736.578.99-
YUV159.1271.5174.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 59 (23.44% from 255) = 13.75%
R=52.45%
G=33.80%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251455900.360.740.1231.0873.4555.69
HexE1913B0244AC1f4938
Octal34122173044112143711170
Binary1110000110010001111011010010010010101100111111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1913B; }

 p { color: rgb(225,145,59); }

 H1.HeaderClassName
 {
   color: #E1913B;
 }
 .AnyTagClassName
 {
   color: #E1913B;
 }
</style>
background-color css

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

 a { background-color: rgb(225,145,59); }

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

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

 span { border-color: rgb(225,145,59); }

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