#E7121F

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

Shades of Fire Engine Red #E7121F

Tints of Fire Engine Red #E7121F

Color information

#E7121F (or 0xE7121F) is unknown color: approx Fire Engine Red. HEX triplet: E7, 12 and 1F. RGB value is (231,18,31). Sum of RGB (Red+Green+Blue) = 231+18+31=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E7121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7121F is #18EDE0. Grayscale: #535353. Windows color (decimal): -1633761 or 2036455. OLE color: 2036455.

HSL color Cylindrical-coordinate representation of color #E7121F: hue angle of 356.34º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7121F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB2311831-
CMYK00.920.870.09
HSL356.34º85.54%48.82%-
HSV(B)356.34º92.21%90.59%-
XYZ33.4217.522.92-
YUV83.1798.57233.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 82.5%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=82.5%
G=6.43%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231183100.920.870.09356.3485.5448.82
HexE7121F05C5791645631
Octal347223701341271154412661
Binary11100111100101111101011100101011110011011001001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7121F; }

 p { color: rgb(231,18,31); }

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

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

 a { background-color: rgb(231,18,31); }

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

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

 span { border-color: rgb(231,18,31); }

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