#E20F11

Color #E20F11 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #E20F11

Tints of Fire Engine Red #E20F11

Color information

#E20F11 (or 0xE20F11) is unknown color: approx Fire Engine Red. HEX triplet: E2, 0F and 11. RGB value is (226,15,17). Sum of RGB (Red+Green+Blue) = 226+15+17=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20F11 is #1DF0EE. Grayscale: #4E4E4E. Windows color (decimal): -1962223 or 1118178. OLE color: 1118178.

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

Color convert

RGB2261517-
CMYK00.930.920.11
HSL359.43º87.55%47.25%-
HSV(B)359.43º93.36%88.63%-
XYZ31.6416.552.06-
YUV78.3293.4233.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 87.60%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=87.60%
G=5.81%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226151700.930.920.11359.4387.5547.25
HexE2F1105D5CB167582f
Octal342172101351341354713057
Binary1110001011111000101011101101110010111011001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F11; }

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

 H1.HeaderClassName
 {
   color: #E20F11;
 }
 .AnyTagClassName
 {
   color: #E20F11;
 }
</style>
background-color css

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

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

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

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

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

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