#EC171A

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

Shades of Fire Engine Red #EC171A

Tints of Fire Engine Red #EC171A

Color information

#EC171A (or 0xEC171A) is unknown color: approx Fire Engine Red. HEX triplet: EC, 17 and 1A. RGB value is (236,23,26). Sum of RGB (Red+Green+Blue) = 236+23+26=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC171A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC171A is #13E8E5. Grayscale: #575757. Windows color (decimal): -1304806 or 1710060. OLE color: 1710060.

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

Color convert

RGB2362326-
CMYK00.900.890.07
HSL359.15º84.86%50.78%-
HSV(B)359.15º90.25%92.55%-
XYZ35.0818.522.7-
YUV87.0393.57234.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 82.81%
GREEN value IS 23 (9.38% from 255) = 8.07%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=82.81%
G=8.07%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236232600.900.890.07359.1584.8650.78
HexEC171A05A5971675533
Octal35427320132131754712563
Binary1110110010111110100101101010110011111011001111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC171A; }

 p { color: rgb(236,23,26); }

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

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

 a { background-color: rgb(236,23,26); }

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

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

 span { border-color: rgb(236,23,26); }

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