Html Css Color HEX #E0041F Fire Engine Red

📋 copy color: '#E0041F'

red 224 ◦ green 4 ◦ blue 31

#E0041F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #E0041F

Tints of Fire Engine Red #E0041F

RGB

 RED value IS 224 (87.89% from 255) = 86.49%

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 86.49%
G = 1.54%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0041F (or 0xE0041F) is known color: Fire Engine Red. HEX triplet: E0, 04 and 1F. RGB value is (224,4,31). Sum of RGB (Red+Green+Blue) = 224+4+31=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E0041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0041F is #1FFBE0. Grayscale: #484848. Windows color (decimal): -2096097 or 2032864. OLE color: 2032864.

HSL color Cylindrical-coordinate representation of color #E0041F: hue angle of 352.64º 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 #E0041F is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 31 -
CMYK 0 0.98 0.86 0.12
HSL 352.64º 0.96% 0.45% -
HSV(B) 352.64º 0.98% 0.88% -
XYZ 31.03 16.03 2.76 -
YUV 72.86 104.39 235.8 -
System Red Green Blue C M Y K H S L
Decimal 224 4 31 0 0.98 0.86 0.12 352.64 0.96 0.45
Hex E0 4 1F 0 62 56 C 161 60 2D
Octal 340 4 37 0 142 126 14 541 140 55
Binary 11100000 100 11111 0 1100010 1010110 1100 101100001 1100000 101101

Color Harmonies of #E0041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0041F

Black with #E0041F

Text Example


Text Example

White with #E0041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0041F; }

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

 H1.HeaderClassName
 {
   color: #E0041F;
 }
 .AnyTagClassName
 {
   color: #E0041F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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