Html Css Color HEX #E11220 Fire Engine Red

📋 copy color: '#E11220'

red 225 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #E11220

Tints of Fire Engine Red #E11220

RGB

 RED value IS 225 (88.28% from 255) = 81.82%

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

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

R = 81.82%
G = 6.55%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E11220 (or 0xE11220) is known color: Fire Engine Red. HEX triplet: E1, 12 and 20. RGB value is (225,18,32). Sum of RGB (Red+Green+Blue) = 225+18+32=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E11220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11220 is #1EEDDF. Grayscale: #515151. Windows color (decimal): -2026976 or 2101985. OLE color: 2101985.

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

Color convert

RGB 225 18 32 -
CMYK 0 0.92 0.86 0.12
HSL 355.94º 0.85% 0.48% -
HSV(B) 355.94º 0.92% 0.88% -
XYZ 31.53 16.54 2.9 -
YUV 81.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 225 18 32 0 0.92 0.86 0.12 355.94 0.85 0.48
Hex E1 12 20 0 5C 56 C 164 55 30
Octal 341 22 40 0 134 126 14 544 125 60
Binary 11100001 10010 100000 0 1011100 1010110 1100 101100100 1010101 110000

Color Harmonies of #E11220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11220

Black with #E11220

Text Example


Text Example

White with #E11220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11220; }

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

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

background-color css

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

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

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

border-color css

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

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

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