#EC011C

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

Shades of Torch Red #EC011C

Tints of Torch Red #EC011C

Color information

#EC011C (or 0xEC011C) is unknown color: approx Torch Red. HEX triplet: EC, 01 and 1C. RGB value is (236,1,28). Sum of RGB (Red+Green+Blue) = 236+1+28=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011C is #13FEE3. Grayscale: #4A4A4A. Windows color (decimal): -1310436 or 1835500. OLE color: 1835500.

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

Color convert

RGB236128-
CMYK01.000.880.07
HSL353.11º99.16%46.47%-
HSV(B)353.11º99.58%92.55%-
XYZ34.8117.942.73-
YUV74.34101.86243.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 89.06%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=89.06%
G=0.38%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612801.000.880.07353.1199.1646.47
HexEC11C064587161632e
Octal3541340144130754114356
Binary111011001111000110010010110001111011000011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC011C; }

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

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

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

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

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

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

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

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