#E2191A

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

Shades of Fire Engine Red #E2191A

Tints of Fire Engine Red #E2191A

Color information

#E2191A (or 0xE2191A) is unknown color: approx Fire Engine Red. HEX triplet: E2, 19 and 1A. RGB value is (226,25,26). Sum of RGB (Red+Green+Blue) = 226+25+26=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E2191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2191A is #1DE6E5. Grayscale: #555555. Windows color (decimal): -1959654 or 1710562. OLE color: 1710562.

HSL color Cylindrical-coordinate representation of color #E2191A: hue angle of 359.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2191A is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB2262526-
CMYK00.890.880.11
HSL359.7º80.08%49.22%-
HSV(B)359.7º88.94%88.63%-
XYZ31.916.942.57-
YUV85.2194.59228.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 81.59%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=81.59%
G=9.03%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226252600.890.880.11359.780.0849.22
HexE2191A05958B1685031
Octal342313201311301355012061
Binary11100010110011101001011001101100010111011010001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2191A; }

 p { color: rgb(226,25,26); }

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

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

 a { background-color: rgb(226,25,26); }

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

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

 span { border-color: rgb(226,25,26); }

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