#EC011A

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

Shades of Torch Red #EC011A

Tints of Torch Red #EC011A

Color information

#EC011A (or 0xEC011A) is unknown color: approx Torch Red. HEX triplet: EC, 01 and 1A. RGB value is (236,1,26). Sum of RGB (Red+Green+Blue) = 236+1+26=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011A is #13FEE5. Grayscale: #4A4A4A. Windows color (decimal): -1310438 or 1704428. OLE color: 1704428.

HSL color Cylindrical-coordinate representation of color #EC011A: hue angle of 353.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC011A is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB236126-
CMYK01.000.890.07
HSL353.62º99.16%46.47%-
HSV(B)353.62º99.58%92.55%-
XYZ34.7917.932.6-
YUV74.11100.86243.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 89.73%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=89.73%
G=0.38%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612601.000.890.07353.6299.1646.47
HexEC11A064597162632e
Octal3541320144131754214356
Binary111011001110100110010010110011111011000101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC011A; }

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

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

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

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

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

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

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

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