Html Css Color HEX #E40720 Fire Engine Red

📋 copy color: '#E40720'

red 228 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #E40720

Tints of Fire Engine Red #E40720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 85.39%
G = 2.62%
B = 11.99%

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

#E40720 (or 0xE40720) is known color: Fire Engine Red. HEX triplet: E4, 07 and 20. RGB value is (228,7,32). Sum of RGB (Red+Green+Blue) = 228+7+32=267 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.39% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 228 - color contains mainly: red. Hex color #E40720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40720 is #1BF8DF. Grayscale: #4C4C4C. Windows color (decimal): -1833184 or 2099172. OLE color: 2099172.

HSL color Cylindrical-coordinate representation of color #E40720: hue angle of 353.21º degrees, saturation: 0.94, 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 #E40720 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 7 32 -
CMYK 0 0.97 0.86 0.11
HSL 353.21º 0.94% 0.46% -
HSV(B) 353.21º 0.97% 0.89% -
XYZ 32.33 16.75 2.9 -
YUV 75.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 228 7 32 0 0.97 0.86 0.11 353.21 0.94 0.46
Hex E4 7 20 0 61 56 B 161 5E 2E
Octal 344 7 40 0 141 126 13 541 136 56
Binary 11100100 111 100000 0 1100001 1010110 1011 101100001 1011110 101110

Color Harmonies of #E40720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40720

Black with #E40720

Text Example


Text Example

White with #E40720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40720; }

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

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

background-color css

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

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

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

border-color css

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

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

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