#E0041E

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

Shades of Fire Engine Red #E0041E

Tints of Fire Engine Red #E0041E

Color information

#E0041E (or 0xE0041E) is unknown color: approx Fire Engine Red. HEX triplet: E0, 04 and 1E. RGB value is (224,4,30). Sum of RGB (Red+Green+Blue) = 224+4+30=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E0041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0041E is #1FFBE1. Grayscale: #484848. Windows color (decimal): -2096098 or 1967328. OLE color: 1967328.

HSL color Cylindrical-coordinate representation of color #E0041E: hue angle of 352.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0041E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB224430-
CMYK00.980.870.12
HSL352.91º96.49%44.71%-
HSV(B)352.91º98.21%87.84%-
XYZ31.0216.032.69-
YUV72.74103.89235.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 86.82%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=86.82%
G=1.55%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22443000.980.870.12352.9196.4944.71
HexE041E06257C161602d
Octal34043601421271454114055
Binary111000001001111001100010101011111001011000011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0041E; }

 p { color: rgb(224,4,30); }

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

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

 a { background-color: rgb(224,4,30); }

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

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

 span { border-color: rgb(224,4,30); }

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