Html Css Color HEX #E40521 Fire Engine Red

📋 copy color: '#E40521'

red 228 ◦ green 5 ◦ blue 33

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

Shades of Fire Engine Red #E40521

Tints of Fire Engine Red #E40521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 85.71%
G = 1.88%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E40521 (or 0xE40521) is known color: Fire Engine Red. HEX triplet: E4, 05 and 21. RGB value is (228,5,33). Sum of RGB (Red+Green+Blue) = 228+5+33=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E40521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40521 is #1BFADE. Grayscale: #4A4A4A. Windows color (decimal): -1833695 or 2164196. OLE color: 2164196.

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

Color convert

RGB 228 5 33 -
CMYK 0 0.98 0.86 0.11
HSL 352.47º 0.96% 0.46% -
HSV(B) 352.47º 0.98% 0.89% -
XYZ 32.32 16.71 2.96 -
YUV 74.87 104.38 237.22 -
System Red Green Blue C M Y K H S L
Decimal 228 5 33 0 0.98 0.86 0.11 352.47 0.96 0.46
Hex E4 5 21 0 62 56 B 160 60 2E
Octal 344 5 41 0 142 126 13 540 140 56
Binary 11100100 101 100001 0 1100010 1010110 1011 101100000 1100000 101110

Color Harmonies of #E40521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40521

Black with #E40521

Text Example


Text Example

White with #E40521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40521; }

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

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

background-color css

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

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

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

border-color css

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

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

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