#EC0D13

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

Shades of Fire Engine Red #EC0D13

Tints of Fire Engine Red #EC0D13

Color information

#EC0D13 (or 0xEC0D13) is unknown color: approx Fire Engine Red. HEX triplet: EC, 0D and 13. RGB value is (236,13,19). Sum of RGB (Red+Green+Blue) = 236+13+19=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D13 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D13 is #13F2EC. Grayscale: #505050. Windows color (decimal): -1307373 or 1248748. OLE color: 1248748.

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

Color convert

RGB2361319-
CMYK00.940.920.07
HSL358.39º89.56%48.82%-
HSV(B)358.39º94.49%92.55%-
XYZ34.8518.172.29-
YUV80.3693.38239.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 88.06%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 19 (7.81% from 255) = 7.09%
R=88.06%
G=4.85%
B=7.09%

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
Decimal236131900.940.920.07358.3989.5648.82
HexECD1305E5C71665a31
Octal35415230136134754613261
Binary111011001101100110101111010111001111011001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0D13; }

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

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

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

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

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

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

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

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