Html Css Color HEX #E11C20 Fire Engine Red

📋 copy color: '#E11C20'

red 225 ◦ green 28 ◦ blue 32

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

Shades of Fire Engine Red #E11C20

Tints of Fire Engine Red #E11C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 78.95%
G = 9.82%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E11C20 (or 0xE11C20) is known color: Fire Engine Red. HEX triplet: E1, 1C and 20. RGB value is (225,28,32). Sum of RGB (Red+Green+Blue) = 225+28+32=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C20 is #1EE3DF. Grayscale: #575757. Windows color (decimal): -2024416 or 2104545. OLE color: 2104545.

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

Color convert

RGB 225 28 32 -
CMYK 0 0.88 0.86 0.12
HSL 358.78º 0.78% 0.5% -
HSV(B) 358.78º 0.88% 0.88% -
XYZ 31.73 16.94 2.96 -
YUV 87.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 225 28 32 0 0.88 0.86 0.12 358.78 0.78 0.5
Hex E1 1C 20 0 58 56 C 167 4E 32
Octal 341 34 40 0 130 126 14 547 116 62
Binary 11100001 11100 100000 0 1011000 1010110 1100 101100111 1001110 110010

Color Harmonies of #E11C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C20

Black with #E11C20

Text Example


Text Example

White with #E11C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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