#E4141B

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

Shades of Fire Engine Red #E4141B

Tints of Fire Engine Red #E4141B

Color information

#E4141B (or 0xE4141B) is unknown color: approx Fire Engine Red. HEX triplet: E4, 14 and 1B. RGB value is (228,20,27). Sum of RGB (Red+Green+Blue) = 228+20+27=275 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.91% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 228 - color contains mainly: red. Hex color #E4141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4141B is #1BEBE4. Grayscale: #535353. Windows color (decimal): -1829861 or 1774820. OLE color: 1774820.

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

Color convert

RGB2282027-
CMYK00.910.880.11
HSL357.98º83.87%48.63%-
HSV(B)357.98º91.23%89.41%-
XYZ32.4417.072.62-
YUV82.9996.41231.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 82.91%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=82.91%
G=7.27%
B=9.82%

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
Decimal228202700.910.880.11357.9883.8748.63
HexE4141B05B58B1665431
Octal344243301331301354612461
Binary11100100101001101101011011101100010111011001101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4141B; }

 p { color: rgb(228,20,27); }

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

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

 a { background-color: rgb(228,20,27); }

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

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

 span { border-color: rgb(228,20,27); }

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