#E00F11

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

Shades of Fire Engine Red #E00F11

Tints of Fire Engine Red #E00F11

Color information

#E00F11 (or 0xE00F11) is unknown color: approx Fire Engine Red. HEX triplet: E0, 0F and 11. RGB value is (224,15,17). Sum of RGB (Red+Green+Blue) = 224+15+17=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F11 is #1FF0EE. Grayscale: #4D4D4D. Windows color (decimal): -2093295 or 1118176. OLE color: 1118176.

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

Color convert

RGB2241517-
CMYK00.930.920.12
HSL359.43º87.45%46.86%-
HSV(B)359.43º93.3%87.84%-
XYZ31.0116.232.03-
YUV77.7293.74232.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 87.5%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 17 (7.03% from 255) = 6.64%
R=87.5%
G=5.86%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224151700.930.920.12359.4387.4546.86
HexE0F1105D5CC167572f
Octal340172101351341454712757
Binary1110000011111000101011101101110011001011001111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00F11; }

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

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

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

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

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

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

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

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