#EC071F

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

Shades of Torch Red #EC071F

Tints of Torch Red #EC071F

Color information

#EC071F (or 0xEC071F) is unknown color: approx Torch Red. HEX triplet: EC, 07 and 1F. RGB value is (236,7,31). Sum of RGB (Red+Green+Blue) = 236+7+31=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC071F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC071F is #13F8E0. Grayscale: #4E4E4E. Windows color (decimal): -1308897 or 2033644. OLE color: 2033644.

HSL color Cylindrical-coordinate representation of color #EC071F: hue angle of 353.71º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC071F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB236731-
CMYK00.970.870.07
HSL353.71º94.24%47.65%-
HSV(B)353.71º97.03%92.55%-
XYZ34.9218.082.95-
YUV78.21101.37240.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 86.13%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 31 (12.5% from 255) = 11.31%
R=86.13%
G=2.55%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23673100.970.870.07353.7194.2447.65
HexEC71F0615771625e30
Octal3547370141127754213660
Binary11101100111111110110000110101111111011000101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC071F; }

 p { color: rgb(236,7,31); }

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

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

 a { background-color: rgb(236,7,31); }

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

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

 span { border-color: rgb(236,7,31); }

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