Html Css Color HEX #E20521 Fire Engine Red

📋 copy color: '#E20521'

red 226 ◦ green 5 ◦ blue 33

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

Shades of Fire Engine Red #E20521

Tints of Fire Engine Red #E20521

RGB

 RED value IS 226 (88.67% from 255) = 85.61%

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

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

R = 85.61%
G = 1.89%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E20521 (or 0xE20521) is known color: Fire Engine Red. HEX triplet: E2, 05 and 21. RGB value is (226,5,33). Sum of RGB (Red+Green+Blue) = 226+5+33=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E20521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20521 is #1DFADE. Grayscale: #4A4A4A. Windows color (decimal): -1964767 or 2164194. OLE color: 2164194.

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

Color convert

RGB 226 5 33 -
CMYK 0 0.98 0.85 0.11
HSL 352.4º 0.96% 0.45% -
HSV(B) 352.4º 0.98% 0.89% -
XYZ 31.69 16.39 2.93 -
YUV 74.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 226 5 33 0 0.98 0.85 0.11 352.4 0.96 0.45
Hex E2 5 21 0 62 55 B 160 60 2D
Octal 342 5 41 0 142 125 13 540 140 55
Binary 11100010 101 100001 0 1100010 1010101 1011 101100000 1100000 101101

Color Harmonies of #E20521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20521

Black with #E20521

Text Example


Text Example

White with #E20521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20521; }

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

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

background-color css

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

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

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

border-color css

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

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

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