#E2071F

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

Shades of Fire Engine Red #E2071F

Tints of Fire Engine Red #E2071F

Color information

#E2071F (or 0xE2071F) is unknown color: approx Fire Engine Red. HEX triplet: E2, 07 and 1F. RGB value is (226,7,31). Sum of RGB (Red+Green+Blue) = 226+7+31=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E2071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2071F is #1DF8E0. Grayscale: #4B4B4B. Windows color (decimal): -1964257 or 2033634. OLE color: 2033634.

HSL color Cylindrical-coordinate representation of color #E2071F: hue angle of 353.42º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2071F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB226731-
CMYK00.970.860.11
HSL353.42º93.99%45.69%-
HSV(B)353.42º96.9%88.63%-
XYZ31.6916.422.8-
YUV75.22103.05235.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 85.61%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=85.61%
G=2.65%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22673100.970.860.11353.4293.9945.69
HexE271F06156B1615e2e
Octal34273701411261354113656
Binary111000101111111101100001101011010111011000011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2071F; }

 p { color: rgb(226,7,31); }

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

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

 a { background-color: rgb(226,7,31); }

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

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

 span { border-color: rgb(226,7,31); }

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