#EC100E

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

Shades of Red #EC100E

Tints of Red #EC100E

Color information

#EC100E (or 0xEC100E) is unknown color: approx Red. HEX triplet: EC, 10 and 0E. RGB value is (236,16,14). Sum of RGB (Red+Green+Blue) = 236+16+14=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC100E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC100E is #13EFF1. Grayscale: #515151. Windows color (decimal): -1306610 or 921836. OLE color: 921836.

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

Color convert

RGB2361614-
CMYK00.930.940.07
HSL0.54º88.8%49.02%-
HSV(B)0.54º94.07%92.55%-
XYZ34.8618.242.1-
YUV81.5589.89238.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 88.72%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=88.72%
G=6.02%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236161400.930.940.070.5488.849.02
HexEC10E05D5E715931
Octal354201601351367113161
Binary1110110010000111001011101101111011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC100E; }

 p { color: rgb(236,16,14); }

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

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

 a { background-color: rgb(236,16,14); }

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

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

 span { border-color: rgb(236,16,14); }

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