Html Css Color HEX #E40A20 Fire Engine Red

📋 copy color: '#E40A20'

red 228 ◦ green 10 ◦ blue 32

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

Shades of Fire Engine Red #E40A20

Tints of Fire Engine Red #E40A20

RGB

 RED value IS 228 (89.45% from 255) = 84.44%

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 84.44%
G = 3.7%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E40A20 (or 0xE40A20) is known color: Fire Engine Red. HEX triplet: E4, 0A and 20. RGB value is (228,10,32). Sum of RGB (Red+Green+Blue) = 228+10+32=270 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.44% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40A20 is #1BF5DF. Grayscale: #4D4D4D. Windows color (decimal): -1832416 or 2099940. OLE color: 2099940.

HSL color Cylindrical-coordinate representation of color #E40A20: hue angle of 353.94º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A20 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 10 32 -
CMYK 0 0.96 0.86 0.11
HSL 353.94º 0.92% 0.47% -
HSV(B) 353.94º 0.96% 0.89% -
XYZ 32.36 16.82 2.91 -
YUV 77.69 102.22 235.21 -
System Red Green Blue C M Y K H S L
Decimal 228 10 32 0 0.96 0.86 0.11 353.94 0.92 0.47
Hex E4 A 20 0 60 56 B 162 5C 2F
Octal 344 12 40 0 140 126 13 542 134 57
Binary 11100100 1010 100000 0 1100000 1010110 1011 101100010 1011100 101111

Color Harmonies of #E40A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40A20

Black with #E40A20

Text Example


Text Example

White with #E40A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40A20; }

 p { color: rgb(228,10,32); }

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

background-color css

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

 a { background-color: rgb(228,10,32); }

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

border-color css

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

 span { border-color: rgb(228,10,32); }

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