Html Css Color HEX #E20E11 Fire Engine Red

📋 copy color: '#E20E11'

red 226 ◦ green 14 ◦ blue 17

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

Shades of Fire Engine Red #E20E11

Tints of Fire Engine Red #E20E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 87.94%
G = 5.45%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E20E11 (or 0xE20E11) is known color: Fire Engine Red. HEX triplet: E2, 0E and 11. RGB value is (226,14,17). Sum of RGB (Red+Green+Blue) = 226+14+17=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20E11 is #1DF1EE. Grayscale: #4D4D4D. Windows color (decimal): -1962479 or 1117922. OLE color: 1117922.

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

Color convert

RGB 226 14 17 -
CMYK 0 0.94 0.92 0.11
HSL 359.15º 0.88% 0.47% -
HSV(B) 359.15º 0.94% 0.89% -
XYZ 31.62 16.52 2.05 -
YUV 77.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 226 14 17 0 0.94 0.92 0.11 359.15 0.88 0.47
Hex E2 E 11 0 5E 5C B 167 58 2F
Octal 342 16 21 0 136 134 13 547 130 57
Binary 11100010 1110 10001 0 1011110 1011100 1011 101100111 1011000 101111

Color Harmonies of #E20E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E11

Black with #E20E11

Text Example


Text Example

White with #E20E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E11; }

 p { color: rgb(226,14,17); }

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

background-color css

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

 a { background-color: rgb(226,14,17); }

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

border-color css

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

 span { border-color: rgb(226,14,17); }

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