#EC0D14

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

Shades of Fire Engine Red #EC0D14

Tints of Fire Engine Red #EC0D14

Color information

#EC0D14 (or 0xEC0D14) is unknown color: approx Fire Engine Red. HEX triplet: EC, 0D and 14. RGB value is (236,13,20). Sum of RGB (Red+Green+Blue) = 236+13+20=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D14 is #13F2EB. Grayscale: #505050. Windows color (decimal): -1307372 or 1314284. OLE color: 1314284.

HSL color Cylindrical-coordinate representation of color #EC0D14: hue angle of 358.12º degrees, saturation: 0.9, 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 #EC0D14 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2361320-
CMYK00.940.920.07
HSL358.12º89.56%48.82%-
HSV(B)358.12º94.49%92.55%-
XYZ34.8618.172.33-
YUV80.4793.88238.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 87.73%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=87.73%
G=4.83%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236132000.940.920.07358.1289.5648.82
HexECD1405E5C71665a31
Octal35415240136134754613261
Binary111011001101101000101111010111001111011001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0D14; }

 p { color: rgb(236,13,20); }

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

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

 a { background-color: rgb(236,13,20); }

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

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

 span { border-color: rgb(236,13,20); }

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