#EC111C

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

Shades of Fire Engine Red #EC111C

Tints of Fire Engine Red #EC111C

Color information

#EC111C (or 0xEC111C) is unknown color: approx Fire Engine Red. HEX triplet: EC, 11 and 1C. RGB value is (236,17,28). Sum of RGB (Red+Green+Blue) = 236+17+28=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC111C is #13EEE3. Grayscale: #535353. Windows color (decimal): -1306340 or 1839596. OLE color: 1839596.

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

Color convert

RGB2361728-
CMYK00.930.880.07
HSL356.99º86.56%49.61%-
HSV(B)356.99º92.8%92.55%-
XYZ3518.322.79-
YUV83.7396.55236.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 83.99%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=83.99%
G=6.05%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236172800.930.880.07356.9986.5649.61
HexEC111C05D5871655732
Octal35421340135130754512762
Binary1110110010001111000101110110110001111011001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC111C; }

 p { color: rgb(236,17,28); }

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

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

 a { background-color: rgb(236,17,28); }

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

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

 span { border-color: rgb(236,17,28); }

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