Html Css Color HEX #E40221 Fire Engine Red

📋 copy color: '#E40221'

red 228 ◦ green 2 ◦ blue 33

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

Shades of Fire Engine Red #E40221

Tints of Fire Engine Red #E40221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 86.69%
G = 0.76%
B = 12.55%

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

#E40221 (or 0xE40221) is known color: Fire Engine Red. HEX triplet: E4, 02 and 21. RGB value is (228,2,33). Sum of RGB (Red+Green+Blue) = 228+2+33=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E40221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40221 is #1BFDDE. Grayscale: #494949. Windows color (decimal): -1834463 or 2163428. OLE color: 2163428.

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

Color convert

RGB 228 2 33 -
CMYK 0 0.99 0.86 0.11
HSL 351.77º 0.98% 0.45% -
HSV(B) 351.77º 0.99% 0.89% -
XYZ 32.29 16.65 2.95 -
YUV 73.11 105.37 238.48 -
System Red Green Blue C M Y K H S L
Decimal 228 2 33 0 0.99 0.86 0.11 351.77 0.98 0.45
Hex E4 2 21 0 63 56 B 160 62 2D
Octal 344 2 41 0 143 126 13 540 142 55
Binary 11100100 10 100001 0 1100011 1010110 1011 101100000 1100010 101101

Color Harmonies of #E40221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40221

Black with #E40221

Text Example


Text Example

White with #E40221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40221; }

 p { color: rgb(228,2,33); }

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

background-color css

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

 a { background-color: rgb(228,2,33); }

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

border-color css

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

 span { border-color: rgb(228,2,33); }

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