#EC120D

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

Shades of Red #EC120D

Tints of Red #EC120D

Color information

#EC120D (or 0xEC120D) is unknown color: approx Red. HEX triplet: EC, 12 and 0D. RGB value is (236,18,13). Sum of RGB (Red+Green+Blue) = 236+18+13=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC120D is #13EDF2. Grayscale: #525252. Windows color (decimal): -1306099 or 856812. OLE color: 856812.

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

Color convert

RGB2361813-
CMYK00.920.940.07
HSL1.35º89.56%48.82%-
HSV(B)1.35º94.49%92.55%-
XYZ34.8818.292.07-
YUV82.6188.72237.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 88.39%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 13 (5.47% from 255) = 4.87%
R=88.39%
G=6.74%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236181300.920.940.071.3589.5648.82
HexEC12D05C5E715a31
Octal354221501341367113261
Binary1110110010010110101011100101111011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC120D; }

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

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

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

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

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

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

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

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