#EC0E10

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

Shades of Fire Engine Red #EC0E10

Tints of Fire Engine Red #EC0E10

Color information

#EC0E10 (or 0xEC0E10) is unknown color: approx Fire Engine Red. HEX triplet: EC, 0E and 10. RGB value is (236,14,16). Sum of RGB (Red+Green+Blue) = 236+14+16=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0E10 is #13F1EF. Grayscale: #505050. Windows color (decimal): -1307120 or 1052396. OLE color: 1052396.

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

Color convert

RGB2361416-
CMYK00.940.930.07
HSL359.46º88.8%49.02%-
HSV(B)359.46º94.07%92.55%-
XYZ34.8418.182.16-
YUV80.6191.55238.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 88.72%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=88.72%
G=5.26%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236141600.940.930.07359.4688.849.02
HexECE1005E5D71675931
Octal35416200136135754713161
Binary111011001110100000101111010111011111011001111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0E10; }

 p { color: rgb(236,14,16); }

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

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

 a { background-color: rgb(236,14,16); }

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

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

 span { border-color: rgb(236,14,16); }

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