#E3141C

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

Shades of Fire Engine Red #E3141C

Tints of Fire Engine Red #E3141C

Color information

#E3141C (or 0xE3141C) is unknown color: approx Fire Engine Red. HEX triplet: E3, 14 and 1C. RGB value is (227,20,28). Sum of RGB (Red+Green+Blue) = 227+20+28=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E3141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3141C is #1CEBE3. Grayscale: #525252. Windows color (decimal): -1895396 or 1840355. OLE color: 1840355.

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

Color convert

RGB2272028-
CMYK00.910.880.11
HSL357.68º83.81%48.43%-
HSV(B)357.68º91.19%89.02%-
XYZ32.1416.922.67-
YUV82.897.08230.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 82.55%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=82.55%
G=7.27%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227202800.910.880.11357.6883.8148.43
HexE3141C05B58B1665430
Octal343243401331301354612460
Binary11100011101001110001011011101100010111011001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3141C; }

 p { color: rgb(227,20,28); }

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

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

 a { background-color: rgb(227,20,28); }

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

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

 span { border-color: rgb(227,20,28); }

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