Html Css Color HEX #E21620 Fire Engine Red

📋 copy color: '#E21620'

red 226 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #E21620

Tints of Fire Engine Red #E21620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

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

R = 80.71%
G = 7.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E21620 (or 0xE21620) is known color: Fire Engine Red. HEX triplet: E2, 16 and 20. RGB value is (226,22,32). Sum of RGB (Red+Green+Blue) = 226+22+32=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E21620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21620 is #1DE9DF. Grayscale: #545454. Windows color (decimal): -1960416 or 2103010. OLE color: 2103010.

HSL color Cylindrical-coordinate representation of color #E21620: hue angle of 357.06º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21620 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 32 -
CMYK 0 0.90 0.86 0.11
HSL 357.06º 0.82% 0.49% -
HSV(B) 357.06º 0.9% 0.89% -
XYZ 31.91 16.85 2.94 -
YUV 84.14 98.59 229.19 -
System Red Green Blue C M Y K H S L
Decimal 226 22 32 0 0.90 0.86 0.11 357.06 0.82 0.49
Hex E2 16 20 0 5A 56 B 165 52 31
Octal 342 26 40 0 132 126 13 545 122 61
Binary 11100010 10110 100000 0 1011010 1010110 1011 101100101 1010010 110001

Color Harmonies of #E21620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21620

Black with #E21620

Text Example


Text Example

White with #E21620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21620; }

 p { color: rgb(226,22,32); }

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

background-color css

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

 a { background-color: rgb(226,22,32); }

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

border-color css

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

 span { border-color: rgb(226,22,32); }

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