Html Css Color HEX #E40620 Fire Engine Red

📋 copy color: '#E40620'

red 228 ◦ green 6 ◦ blue 32

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

Shades of Fire Engine Red #E40620

Tints of Fire Engine Red #E40620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 85.71%
G = 2.26%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E40620 (or 0xE40620) is known color: Fire Engine Red. HEX triplet: E4, 06 and 20. RGB value is (228,6,32). Sum of RGB (Red+Green+Blue) = 228+6+32=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E40620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40620 is #1BF9DF. Grayscale: #4B4B4B. Windows color (decimal): -1833440 or 2098916. OLE color: 2098916.

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

Color convert

RGB 228 6 32 -
CMYK 0 0.97 0.86 0.11
HSL 352.97º 0.95% 0.46% -
HSV(B) 352.97º 0.97% 0.89% -
XYZ 32.32 16.73 2.89 -
YUV 75.34 103.55 236.89 -
System Red Green Blue C M Y K H S L
Decimal 228 6 32 0 0.97 0.86 0.11 352.97 0.95 0.46
Hex E4 6 20 0 61 56 B 161 5F 2E
Octal 344 6 40 0 141 126 13 541 137 56
Binary 11100100 110 100000 0 1100001 1010110 1011 101100001 1011111 101110

Color Harmonies of #E40620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40620

Black with #E40620

Text Example


Text Example

White with #E40620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40620; }

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

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

background-color css

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

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

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

border-color css

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

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

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