Html Css Color HEX #E21220 Fire Engine Red

📋 copy color: '#E21220'

red 226 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #E21220

Tints of Fire Engine Red #E21220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 81.88%
G = 6.52%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E21220 (or 0xE21220) is known color: Fire Engine Red. HEX triplet: E2, 12 and 20. RGB value is (226,18,32). Sum of RGB (Red+Green+Blue) = 226+18+32=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E21220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21220 is #1DEDDF. Grayscale: #515151. Windows color (decimal): -1961440 or 2101986. OLE color: 2101986.

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

Color convert

RGB 226 18 32 -
CMYK 0 0.92 0.86 0.11
HSL 355.96º 0.85% 0.48% -
HSV(B) 355.96º 0.92% 0.89% -
XYZ 31.84 16.71 2.91 -
YUV 81.79 99.91 230.86 -
System Red Green Blue C M Y K H S L
Decimal 226 18 32 0 0.92 0.86 0.11 355.96 0.85 0.48
Hex E2 12 20 0 5C 56 B 164 55 30
Octal 342 22 40 0 134 126 13 544 125 60
Binary 11100010 10010 100000 0 1011100 1010110 1011 101100100 1010101 110000

Color Harmonies of #E21220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21220

Black with #E21220

Text Example


Text Example

White with #E21220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21220; }

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

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

background-color css

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

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

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

border-color css

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

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

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