Html Css Color HEX #E40320 Fire Engine Red

📋 copy color: '#E40320'

red 228 ◦ green 3 ◦ blue 32

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

Shades of Fire Engine Red #E40320

Tints of Fire Engine Red #E40320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 86.69%
G = 1.14%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E40320 (or 0xE40320) is known color: Fire Engine Red. HEX triplet: E4, 03 and 20. RGB value is (228,3,32). Sum of RGB (Red+Green+Blue) = 228+3+32=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E40320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40320 is #1BFCDF. Grayscale: #494949. Windows color (decimal): -1834208 or 2098148. OLE color: 2098148.

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

Color convert

RGB 228 3 32 -
CMYK 0 0.99 0.86 0.11
HSL 352.27º 0.97% 0.45% -
HSV(B) 352.27º 0.99% 0.89% -
XYZ 32.29 16.66 2.88 -
YUV 73.58 104.54 238.14 -
System Red Green Blue C M Y K H S L
Decimal 228 3 32 0 0.99 0.86 0.11 352.27 0.97 0.45
Hex E4 3 20 0 63 56 B 160 61 2D
Octal 344 3 40 0 143 126 13 540 141 55
Binary 11100100 11 100000 0 1100011 1010110 1011 101100000 1100001 101101

Color Harmonies of #E40320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40320

Black with #E40320

Text Example


Text Example

White with #E40320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40320; }

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

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

background-color css

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

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

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

border-color css

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

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

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