#E3141D

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

Shades of Fire Engine Red #E3141D

Tints of Fire Engine Red #E3141D

Color information

#E3141D (or 0xE3141D) is unknown color: approx Fire Engine Red. HEX triplet: E3, 14 and 1D. RGB value is (227,20,29). Sum of RGB (Red+Green+Blue) = 227+20+29=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3141D is #1CEBE2. Grayscale: #535353. Windows color (decimal): -1895395 or 1905891. OLE color: 1905891.

HSL color Cylindrical-coordinate representation of color #E3141D: hue angle of 357.39º 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 #E3141D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB2272029-
CMYK00.910.870.11
HSL357.39º83.81%48.43%-
HSV(B)357.39º91.19%89.02%-
XYZ32.1516.922.73-
YUV82.9297.58230.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 82.25%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 29 (11.72% from 255) = 10.51%
R=82.25%
G=7.25%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227202900.910.870.11357.3983.8148.43
HexE3141D05B57B1655430
Octal343243501331271354512460
Binary11100011101001110101011011101011110111011001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3141D; }

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

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

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

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

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

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

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

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