#ec0d1a

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

Shades of Fire Engine Red #EC0D1A

Tints of Fire Engine Red #EC0D1A

Color information

#EC0D1A (or 0xEC0D1A) is unknown color: approx Fire Engine Red. HEX triplet: EC, 0D and 1A. RGB value is (236,13,26). Sum of RGB (Red+Green+Blue) = 236+13+26=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D1A is #13F2E5. Grayscale: #515151. Windows color (decimal): -1307366 or 1707500. OLE color: 1707500.

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

Color convert

RGB2361326-
CMYK00.940.890.07
HSL356.5º89.56%48.82%-
HSV(B)356.5º94.49%92.55%-
XYZ34.9218.22.65-
YUV81.1696.88238.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 85.82%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=85.82%
G=4.73%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236132600.940.890.07356.589.5648.82
HexECD1A05E5971655a31
Octal35415320136131754513261
Binary111011001101110100101111010110011111011001011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec0d1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec0d1a; }

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

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

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

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

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

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

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

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