#EC073C

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

Shades of Torch Red #EC073C

Tints of Torch Red #EC073C

Color information

#EC073C (or 0xEC073C) is unknown color: approx Torch Red. HEX triplet: EC, 07 and 3C. RGB value is (236,7,60). Sum of RGB (Red+Green+Blue) = 236+7+60=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC073C is #13F8C3. Grayscale: #515151. Windows color (decimal): -1308868 or 3934188. OLE color: 3934188.

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

Color convert

RGB236760-
CMYK00.970.750.07
HSL346.11º94.24%47.65%-
HSV(B)346.11º97.03%92.55%-
XYZ35.4818.315.94-
YUV81.51115.87238.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 77.89%
GREEN value IS 7 (3.12% from 255) = 2.31%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=77.89%
G=2.31%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23676000.970.750.07346.1194.2447.65
HexEC73C0614B715a5e30
Octal3547740141113753213660
Binary111011001111111000110000110010111111010110101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC073C; }

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

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

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

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

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

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

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

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