#EC011B

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

Shades of Torch Red #EC011B

Tints of Torch Red #EC011B

Color information

#EC011B (or 0xEC011B) is unknown color: approx Torch Red. HEX triplet: EC, 01 and 1B. RGB value is (236,1,27). Sum of RGB (Red+Green+Blue) = 236+1+27=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011B is #13FEE4. Grayscale: #4A4A4A. Windows color (decimal): -1310437 or 1769964. OLE color: 1769964.

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

Color convert

RGB236127-
CMYK01.000.890.07
HSL353.36º99.16%46.47%-
HSV(B)353.36º99.58%92.55%-
XYZ34.817.932.66-
YUV74.23101.36243.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 89.39%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=89.39%
G=0.38%
B=10.23%

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
Decimal23612701.000.890.07353.3699.1646.47
HexEC11B064597161632e
Octal3541330144131754114356
Binary111011001110110110010010110011111011000011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC011B; }

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

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

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

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

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

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

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

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