Html Css Color HEX #E81220 Fire Engine Red

📋 copy color: '#E81220'

red 232 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #E81220

Tints of Fire Engine Red #E81220

RGB

 RED value IS 232 (91.02% from 255) = 82.27%

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

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

R = 82.27%
G = 6.38%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E81220 (or 0xE81220) is known color: Fire Engine Red. HEX triplet: E8, 12 and 20. RGB value is (232,18,32). Sum of RGB (Red+Green+Blue) = 232+18+32=282 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.27% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 232 - color contains mainly: red. Hex color #E81220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81220 is #17EDDF. Grayscale: #535353. Windows color (decimal): -1568224 or 2101992. OLE color: 2101992.

HSL color Cylindrical-coordinate representation of color #E81220: hue angle of 356.07º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81220 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 18 32 -
CMYK 0 0.92 0.86 0.09
HSL 356.07º 0.86% 0.49% -
HSV(B) 356.07º 0.92% 0.91% -
XYZ 33.76 17.69 3 -
YUV 83.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 232 18 32 0 0.92 0.86 0.09 356.07 0.86 0.49
Hex E8 12 20 0 5C 56 9 164 56 31
Octal 350 22 40 0 134 126 11 544 126 61
Binary 11101000 10010 100000 0 1011100 1010110 1001 101100100 1010110 110001

Color Harmonies of #E81220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81220

Black with #E81220

Text Example


Text Example

White with #E81220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81220; }

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

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

background-color css

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

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

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

border-color css

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

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

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